ID Property
The ID property contains the ID of the icon.
Syntax
[id=] SiteKiosk.WindowList.NotificationArea.Item(index).ID
|
Possible Values
DWORD value that retrieves the ID of the icon.
|
The property is read only.
Remarks
Examples
The following example shows the ID of the first existing icon.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
alert(SiteKiosk.WindowList.NotificationArea.Item(1).ID);
</SCRIPT>
|
Applies to
SiteKiosk v5.5 (and later versions).
Back to top