|
|
|
|
Functions
Events
MioScript Reference
|
|
Syntax
| system._showInTaskBar(showInTaskBar) |
Parameters
| BOOL | showInTaskBar | Set to true to show the application in the windows task bar. |
Return value
No value is returned.
Description
Show or hide the application in the windows task bar.
Call this function only from the event event.initialize |
MioScript Sample Code
event._initialize
system._showInTaskBar(true)
event.end |
|
|
|