ProgressMax Property



 
The ProgressMax property contains the maximum value of the progress bar.


Syntax

    [long=] SiteKioskWindow.SiteKioskWebBrowser.ProgressMax
Possible Values
    Long value that retrieves the maximum value of the progress bar.

    The property is read only.
Remarks
    None.
Examples
    The following example reads the ProgressMax property and shows it in an alert window.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    alert(SiteKioskWindow.SiteKioskWebBrowser.ProgressMax);
    </SCRIPT>

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

Back to top