1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-03 10:01:21 +00:00
qb64/internal/help/_SCREENICON.txt

24 lines
492 B
Plaintext
Raw Normal View History

2016-03-18 11:36:04 +00:00
{{DISPLAYTITLE:_SCREENICON}}
2017-10-10 14:55:21 +00:00
The [[_SCREENICON]] statement can be used to minimize the main program window to the taskbar.
2016-03-18 11:36:04 +00:00
{{PageSyntax}}
2017-10-10 14:55:21 +00:00
: [[_SCREENICON]]
2016-03-18 11:36:04 +00:00
2017-10-10 14:55:21 +00:00
{{PageDescription}}
* Use [[_SCREENICON]] to minimize the main program window to the taskbar.
2016-03-18 11:36:04 +00:00
2021-04-25 22:40:25 +00:00
{{PageAvailability}}
* Version 1.000 and up.
2016-03-18 11:36:04 +00:00
2017-10-10 14:55:21 +00:00
{{PageSeeAlso}}
2016-03-18 11:36:04 +00:00
* [[$SCREENHIDE]], [[$SCREENSHOW]], [[$CONSOLE]] (QB64 [[Metacommand]]s)
* [[_SCREENHIDE]], [[_SCREENSHOW]], [[_CONSOLE]]
* [[_SCREENICON (function)]]
2019-04-15 01:15:33 +00:00
{{PageNavigation}}