|
|
|
|
Functions
Events
MioScript Reference
|
|
Syntax
| extern.isIconic(WindowHandle) |
Parameters
| HANDLE | WindowHandle | Handle of the window to check. |
Return value
| true if the window is minimized, false otherwise. |
Description
Returns true if the window is minimized.
To restore a minimized window, uses extern.openIcon |
|
|
|