TopProperty Property



 
The TopProperty Property contains the upper border of the work area.


Syntax

    SiteKiosk.SiteKioskUI.Workarea.TopProperty [=long]
    
Possible Values
    Long value that specifies or retrieves the upper border.

    The property is read/write.
Remarks
    None.
Examples
    The following example shows the upper border of the work area in an alert window.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    alert(SiteKiosk.SiteKioskUI.Workarea.TopProperty);
    </SCRIPT>

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

Back to top