_SCREENICON (function)

From QB64 Phoenix Edition Wiki
Jump to navigation Jump to search

The _SCREENICON function returns true (-1) or false (0) to indicate whether the window has been minimized to an icon on the taskbar.


Syntax

isMinimized%% = _SCREENICON


Description

  • The function returns true (-1) when the program is minimized to the task bar and false (0) when not.


See also



Navigation:
Main Page with Articles and Tutorials
Keyword Reference - Alphabetical
Keyword Reference - By usage