Left Property

For the DRect object:
Gets or sets a Double value, that represents the coordinates of the leftmost point of the instance of the object.

For the Window object:
Gets or sets a Long value, that represents the coordinates of the leftmost point of the window, associated with the object.

Applies to objects: DRect, Window

Syntax

For the DRect object:

[[Let] RetVal = ] object.Left

[Let] object.Left = SetVal

 

Part Description
object A reference to an instance of the object.
RetVal A Double type variable.
SetVal A Double value.

 

For the Window object:

[[Let] RetVal = ] object.Left

 

Part Description
object A reference to an instance of the object.
RetVal A Long type variable. The default unit of measure is unit.

 

Example

Dim MyObject as new DRect   ' Create an instance of the object

MyObject.Left = 100

 

See Also

DRect Object, Window Object