RightProperty Property



 
The RightProperty Property contains the right border of the work area.


Syntax

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

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

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

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

Back to Top