<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > UI (User Interface) > DIALOGS > Dialog Commands > DIALOG SHOW STATE |
Description
Change the visible state of the dialog and optionally returns previous visible state.
Syntax
DIALOG SHOW STATE hwnd, ShowState [TO Result]
Returns
None
Parameters
Name |
Type |
Optional |
Meaning |
||||||||||||||||||||
hwnd |
Number |
No |
Handle of the dialog |
||||||||||||||||||||
ShowState |
Number |
No |
Visible state to assign to dialog. Use one of the following equates:
|
||||||||||||||||||||
Result |
Variable |
Yes |
A single variable name that will contain previous visible state |
Remarks
Restrictions
See also
Examples