TrebleAvail Property
The TrebleAvail property indicates if the treble value can be modified.
Syntax
[bool=] SiteKiosk.Multimedia.TrebleAvail
|
Possible Values
Boolean value that retrieves whether the treble value can be modified.
|
The property is read only.
Remarks
Examples
The following example determines if the treble value can be modified and shows it in an alert window.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
alert(SiteKiosk.Multimedia.TrebleAvail);
</SCRIPT>
|
Applies to
SiteKiosk v5.0 (and later versions).
Back to top