DesktopWindow.Height
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
Property (As Integer )
aDesktopWindow.Height = newIntegerValue
or
IntegerValue = aDesktopWindow.Height
New in 2021r3
Supported for all project types and targets.
or
IntegerValue = aDesktopWindow.Height
New in 2021r3
Supported for all project types and targets.
The height of the content region of the window in points.
Example
Me.Height = 100