Left Property



 
The Left Property specifies how far from the left of the SiteKiosk MainWindow the keyboard is.


Syntax

    [long=] SiteKiosk.Keyboard.Left
Possible Values
    Long value that specifies specifies how far from the left of the SiteKiosk MainWindow the keyboard is.

    The property is read only.
Remarks
    In order to be able to use this property, you must have configured a touch screen keyboard.
Examples
    The following example reads the Left offset and shows it in an alert window.

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

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

Back to top