Left Property (SysInfo Control)

       

Returns or sets the distance between the internal left edge of an object and the left edge of its container.

Syntax

object.Left [= value]

The Left property syntax has these parts:

Part Description
object An object expression that evaluates to an object in the Applies To list.
value A numeric expression specifying distance.

Remarks

For a control, the Left property is always expressed in units depending on the coordinate system of its container. The values for these properties change as the object is moved by the user or by code.