Visible Property
The Visible property indicates if the progress bar is to be visible.
Syntax
[bool=] SiteKiosk.Plugins("SiteCash").ProgressBarSettings.Visible
|
Possible Values
Boolean value that retrieves the visibility.
|
The property is read only.
Remarks
Examples
The following example shows the visibility in an alert window.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
alert(SiteKiosk.Plugins("SiteCash").ProgressBarSettings.Visible);
</SCRIPT>
|
Applies to
SiteKiosk v5.0 (and later versions).
Back to top