Purpose |
Make a graphic window stable (non-closeable). |
Syntax |
GRAPHIC WINDOW STABILIZE [hWin] |
Remarks |
The GRAPHIC WINDOW identified by the handle hWin is stabilized, meaning that it cannot be closed by the user. If there is a system menu, the close option and the close box are grayed. The ALT-F4 close key is disabled. This allows you to be certain that your operations on the graphic window can be completed. When a graphic window is stabilized, only GRAPHIC WINDOW END or program termination will close it. |
See also |
GRAPHIC WINDOW END, GRAPHIC WINDOW HIDE, GRAPHIC WINDOW MINIMIZE, GRAPHIC WINDOW NONSTABLE, GRAPHIC WINDOW NORMALIZE |