SCREENICON (function): Difference between revisions
Jump to navigation
Jump to search
Navigation:
Main Page with Articles and Tutorials
Keyword Reference - Alphabetical
Keyword Reference - By usage
Report a broken link
(Created page with "{{DISPLAYTITLE:_SCREENICON (function)}} The _SCREENICON function returns true (-1) or false (0) to indicate if the window has been minimized to an icon on the taskbar. {{PageSyntax}} : {{Parameter|isMinimized%%}} = _SCREENICON {{PageDescription}} * The function returns true (-1) when the program is minimized to the task bar and false (0) when not. {{PageSeeAlso}} * _SCREENICON * _SCREENHIDE * _SCREENSHOW {{PageNaviga...") |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:_SCREENICON (function)}} | {{DISPLAYTITLE:_SCREENICON (function)}} | ||
The [[_SCREENICON (function)|_SCREENICON]] function returns true (-1) or false (0) to indicate whether the window has been minimized to an icon on the taskbar. | |||
The [[_SCREENICON (function)|_SCREENICON]] function returns true (-1) or false (0) to indicate | |||
{{PageSyntax}} | {{PageSyntax}} | ||
: {{Parameter|isMinimized%%}} = [[_SCREENICON]] | : {{Parameter|isMinimized%%}} = [[_SCREENICON (function)|_SCREENICON]] | ||
Line 16: | Line 15: | ||
* [[_SCREENHIDE]] | * [[_SCREENHIDE]] | ||
* [[_SCREENSHOW]] | * [[_SCREENSHOW]] | ||
{{PageNavigation}} | {{PageNavigation}} |
Latest revision as of 02:34, 23 January 2023
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