Right Property



 
The Right property contains the right border of the work area.


Syntax

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

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

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

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

Back to top