KeyBlockingOnStartup Property



 
The KeyBlockingOnStartup property indicates whether the keyboard is blocked while Windows is starting.


Syntax

    SiteKiosk.StartSettings.KeyBlockingOnStartup [=bool]
Possible Values
    Boolean value that specifies or retrieves the blocking
    status.

    The property is read/write.
Remarks
    None.
Examples
    The following example determines if the keyboard is blocked while Windows is starting.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    alert(SiteKiosk.StartSettings.KeyBlockingOnStartup);
    </SCRIPT>

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

Back to top