Navigation: thinBasic Modules > UI (User Interface) > DIALOGSs > 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
© 2004-2008 thinBasic. All rights reserved. | Version 1.7.0.0 | Web Site: http://www.thinbasic.com |