WindowIcon ActiveX Control
The WindowIcon ActiveX control is used to display icons of visible top-level application windows.
Members Table
The following table lists the members provided by the URLComboBox ActiveX control.
|
Objects |
Description |
WindowInfo |
Information about an open window. |
|
Properties |
Description |
BackColor |
Background color for the icon. |
BackStyle |
Layout style for the icon. |
|
Methods |
Description |
Refresh |
Refreshes the display of the icon. |
|
Remarks
This ActiveX control is available in the form of scripts that can be used in combination with SiteKiosk.
Use the WindowIcon control to display icons of application windows in the SiteKiosk HTML taskbar.
To initialize the ActiveX control use the OBJECT tag and, in particular, the classID to identify the control.
Set the initial object properties between the opening and closing OBJECT tags with PARAM tags.
At a later point in time, it will also be possible to access/modify these properties by means of scripts.
CLSID
4688E264-206D-4D3A-B244-784ECFFD4746
Examples
The following example shows how to use this control in the InsertWindow function of the default skin file's tray window.
<OBJECT id='windowicon" + ak_WindowInfo.Handle + "' width='16px'
height='16px' CLASSID='CLSID:4688E264-206D-4D3A-B244-784ECFFD4746'>
</OBJECT>
|
Applies to
SiteKiosk v5.0 (and later versions).
Back to top