_SCREENICON (function)

From QB64 Wiki
Revision as of 01:25, 9 September 2017 by imported>SMcNeill (style guidelines)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


The _SCREENICON function returns true (-1) or false (0) to indicate if 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:
Go to Keyword Reference - Alphabetical
Go to Keyword Reference - By usage
Go to Main WIKI Page