Count Property



 
The Count property contains the number of currently existing notify icons.


Syntax

    [long=] SiteKiosk.WindowList.NotificationArea.Count
Possible Values
    Long value that retrieves the number of icons.

    The property is read only.
Remarks
    None.
Examples
    The following example shows the number of currently existing notify icons.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    alert(SiteKiosk.WindowList.NotificationArea.Count);
    </SCRIPT>
    

Applies to
    SiteKiosk v5.5 (and later versions).

Back to top