DesktopUIControl.Left
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
Property (As Integer )
aDesktopUIControl.Left = newIntegerValue
or
IntegerValue = aDesktopUIControl.Left
New in 2021r3
Supported for all project types and targets.
or
IntegerValue = aDesktopUIControl.Left
New in 2021r3
Supported for all project types and targets.
The distance from the left side of the control to the left side of its containing window or container.
Sample Code
The following example moves the control 100 points from the left side of the window:
Me.Left = 150