Platform | Win32, x64 |
Purpose |
To show or hide a control or window. |
Syntax |
SUBROUTINE SET_CONTROL_VISIBILITY@(HWND,SHOW) |
Description |
HWND is the window handle obtained by using %lc (Handle of Last Control) or %hw (Handle). SHOW is set to 1 to show the window or 0 to hide it. This routine provides the same functionality as the API function ShowWindow but also performs certain necessary housekeeping internal to ClearWin+. It is therefore preferred to ShowWindow. |