DebugWindowVisible Property



 
The DebugWindowVisible property indicates whether the debug window is visible.


Syntax

    SiteKiosk.Logfile.DebugWindowVisible [=bool]
Possible Values
    Boolean value that specifies or retrieves the visibility status.

    The property is read/write.
Remarks
    None.
Examples
    The following example displays the debug window.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    SiteKiosk.Logfile.DebugWindowVisible = true;
    </SCRIPT>

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

Back to top