LeftProperty Property
The LeftProperty Property contains the left border of the work area.
Syntax
SiteKiosk.SiteKioskUI.Workarea.LeftProperty [=long]
|
Possible Values
Long value that specifies or retrieves the left border.
|
The property is read/write.
Remarks
Examples
The following example shows the left border of the work area in an alert window.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
alert(SiteKiosk.SiteKioskUI.Workarea.LeftProperty);
</SCRIPT>
|
Applies to
SiteKiosk v6.0 (and later versions).
Back to top