DisplayOnlySiteKioskApps Property
The DisplayOnlySiteKioskApps property indicates if the notification area should only show programs that have been started by SiteKiosk.
Syntax
[bool=] SiteKiosk.WindowList.NotificationArea.DisplayOnlySiteKioskApps
|
Possible Values
Boolean value that retrieves the status.
|
The property is read only.
Remarks
Examples
The following example determines if the notification area should only show programs that have been started by SiteKiosk and shows it in an alert window.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
alert(SiteKiosk.WindowList.NotificationArea.DisplayOnlySiteKioskApps);
</SCRIPT>
|
Applies to
SiteKiosk v5.5 (and later versions).
Back to top