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