DesktopUIControl.Width
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
Property (As Integer )
aDesktopUIControl.Width = newIntegerValue
or
IntegerValue = aDesktopUIControl.Width
New in 2021r3
Supported for all project types and targets.
or
IntegerValue = aDesktopUIControl.Width
New in 2021r3
Supported for all project types and targets.
The width (in points) of the control.
Sample Code
The following example resizes the control:
Me.Width = 200