Handle Property
The Handle property contains the handle of the layout.
Syntax
[long=] SiteKiosk.LocaleManager.KeyboardLayouts.Item(index).Handle
|
Possible Values
Long value that retrieves the handle.
|
The property is read only.
Remarks
Examples
The following example displays the handle of the first available keyboard layout.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
alert(SiteKiosk.LocaleManager.KeyboardLayouts.Item(1).Handle);
</SCRIPT>
|
Applies to
SiteKiosk v6.6 (and later versions).
Back to top