CONTROL NORMALIZE statement  

Purpose

Make a CONTROL visible.

Syntax

CONTROL NORMALIZE HDlg, ID&

Remarks

The Control identified by the HDlg/ID& combination is made visible.

HDlg is the handle of the dialog which owns the control.  ID& is the unique control identifier assigned to the control with CONTROL ADD.

See also

CONTROL HIDE, CONTROL SET SIZE, DIALOG HIDE, DIALOG NORMALIZE