1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-07 21:25:14 +00:00
qb64/internal/help/_SCREENICON-(function).md

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