VisibleIconCount Property



 
The VisibleIconCount property contains the number of currently visible notify icons.


Syntax

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

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

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

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

Back to top