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