<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > UI (User Interface) > Windows API > Win_IsVisible |
Description
True/False depending on hWnd window is visible.
Syntax
n = Win_IsVisible(hWnd)
Returns
Number: true/false.
Parameters
Name |
Type |
Optional |
Meaning |
hWnd |
Number |
No |
Handle of the window |
Remarks
Restrictions
See also
Examples