Purpose |
Change the visible state of a control. | ||||||||||||||||||||
Syntax |
CONTROL SHOW STATE hDlg, id&, showstate& [TO lResult&] | ||||||||||||||||||||
Remarks |
CONTROL SHOW STATE is used to alter the state and/or appearance of the specified control, identified by the parent dialog handle hDlg, and control id& unique identifier combination. showstate& can be one of the following (with a value in the range from 0 to 10) as defined in the WIN32API.INC file):
If the optional TO clause is included, the lResult& variable is assigned the value zero if the control was previously not visible, or non-zero if it was previously visible. | ||||||||||||||||||||
See also |
Dynamic Dialog Tools, CONTROL DISABLE, CONTROL ENABLE, DIALOG SHOW STATE |