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