DesktopDisplay.AvailableTop
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
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.
The starting position of the top edge of 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.