1
1
Fork 0
mirror of https://github.com/DualBrain/QB64.git synced 2023-11-19 13:10:13 +00:00
QB64-website/wiki/_SCREENICON-(function).md
2022-12-24 21:14:48 -06:00

444 B

The _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

Description

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

See Also