1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-06-29 10:30:36 +00:00
QB64-PE/internal/help/_SCREENICON_(function).txt
SteveMcNeill 33adc04fc4 Add temp folder to repo. It's necessary as well!
Just more initial setting on... nothing much to see here.
2022-04-28 13:39:56 -04:00

22 lines
484 B
Plaintext

{{DISPLAYTITLE:_SCREENICON (function)}}
The [[_SCREENICON (function)|_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]]
{{PageNavigation}}
<