DesktopDisplay.AvailableTop
From Xojo Documentation
Read-Only Property (As Integer )
IntegerValue = aDesktopDisplay.AvailableTop
New in 2021r3
Supported for all project types and targets.
New in 2021r3
Supported for all project types and targets.
This is the topmost pixel you have available for use on the specified display, after taking into account the height of any menubar or taskbar, if present.
Notes
Use the DesktopDisplay.DisplayAt method to call AvailableTop. For example, DesktopDisplay.DisplayAt(0).AvailableTop returns the available top number of pixels of the main display.