Syntax
Parameters
| STRING | iconFile | Optional. Icon file to load (.ico). |
Return value
No value is returned.
Description
Attributes an icon to the window.
The icon is visible at the following locations:
Window title, if any (for more info: window.ID.borderStyle)
Windows task bar (for more info: system._showInTaskBar
Tasks list (ALT+TAB)
The icon file can contains any formats (16x16, 32x32, 48x48) and any colors (from 16 colors to 24 bits with alpha channel).
|
MioScript Sample Code
window.main.icon(path.rsc("app.ico")) |
|