Left
Left
Change the position of a form/control
Integer property
Applies to: Generic
This property specifies the distance from the left edge of the form to the left edge of the control.
When applied to the form itself it determines the distance from the left edge of the Windows desktop to the left edge of the form. It can also be used in conjunction with the Placement property to change the physical position of the form.
The measurement is expressed in Dialog Box Units.
.btnControl1.Left = 100
See also the Top, Widthand Height properties and the Resize() event.