DesktopWindow.Height
From Xojo Documentation
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