Bottom Property



 
The Bottom property contains the lower border of the work area.


Syntax

    [long=] SiteCafe.UserInterface.Workarea.Bottom
    
Possible Values
    Long value that retrieves the lower border.

    The property is read only.
Remarks
    None.
Examples
    The following example displays the position of the lower border of the work area.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    alert(SiteCafe.UserInterface.Workarea.Bottom);
    </SCRIPT>

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

Back to top