1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-16 18:55:13 +00:00
qb64/internal/help/_SCREENICON-(function).md

16 lines
444 B
Markdown
Raw Normal View History

The [_SCREENICON (function)](_SCREENICON-(function)) function returns true (-1) or false (0) to indicate if the window has been minimized to an icon on the taskbar.
## Syntax
> isMinimized%% = [_SCREENICON](_SCREENICON)
## Description
* The function returns true (-1) when the program is minimized to the task bar and false (0) when not.
## See Also
* [_SCREENICON](_SCREENICON)
* [_SCREENHIDE](_SCREENHIDE)
* [_SCREENSHOW](_SCREENSHOW)