Difference between revisions of "DesktopDisplay.AvailableHeight"
From Xojo Documentation
(Created page with "N/A") |
|||
Line 1: | Line 1: | ||
− | + | {{PropertyBox | |
+ | | name=AvailableHeight | ||
+ | | owner=[[DesktopDisplay]] | ||
+ | | ownertype=class | ||
+ | | scope=public | ||
+ | | type=[[Integer]] | ||
+ | | platform=all | ||
+ | | readonly=yes | ||
+ | | newinversion=2021r3 | ||
+ | }} | ||
+ | {{Description | ||
+ | |text = The available height (in pixels) of the specified display, taking into account the menubar and/or the taskbar (Dock on macOS), if present. Use the [[DesktopDisplay.DisplayAt]] method to call AvailableHeight. For example, [[DesktopDisplay]](0).AvailableHeight returns the available height of the main display. }} |
Revision as of 19:12, 23 July 2021
Read-Only Property (As Integer )
IntegerValue = aDesktopDisplay.AvailableHeight
New in 2021r3
Supported for all project types and targets.
New in 2021r3
Supported for all project types and targets.
The available height (in pixels) of the specified display, taking into account the menubar and/or the taskbar (Dock on macOS), if present. Use the DesktopDisplay.DisplayAt method to call AvailableHeight. For example, DesktopDisplay(0).AvailableHeight returns the available height of the main display.