KeyboardLayout Property



 
The KeyboardLayout property contains the handle of the current touchscreen keyboard layout.


Syntax

    SiteKiosk.LocaleManager.KeyboardLayout [=long]
    
Possible Values
    Long value that specifies or retrieves the handle.

    The property is read/write.
Remarks
    None.
Examples
    The following example displays the handle of the current touchscreen keyboard layout.

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

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

Back to top