forked from QB64-Phoenix-Edition/QB64pe
-
Notifications
You must be signed in to change notification settings - Fork 0
_SCREENICON (function)
Samuel Gomes edited this page Nov 8, 2022
·
1 revision
The _SCREENICON (function) function returns true (-1) or false (0) to indicate if the window has been minimized to an icon on the taskbar.
isMinimized%% = _SCREENICON
- The function returns true (-1) when the program is minimized to the task bar and false (0) when not.