ProgressCur Property



 
The ProgressCur property contains the current value of the progress bar.


Syntax

    [long=] SiteKioskWindow.SiteKioskWebBrowser.ProgressCur
Possible Values
    Long value that retrieves the current progress bar value.

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

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

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

Back to top