Top Property



 
The Top Property specifies how far from the top of the SiteKiosk MainWindow the keyboard is.


Syntax

    [long=] SiteKiosk.Keyboard.Top
Possible Values
    Long value that specifies specifies how far from the 
    
    top 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.Top);
    </SCRIPT>

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

Back to top