DesktopHeight()

Syntax

Result = DesktopHeight(#Desktop)
Description
Returns the height (in pixels) of the specified desktop. The primary desktop is always specified using 0 as the parameter. ExamineDesktops() must be called before using this function to retrieve information about any of the available desktops.
  ExamineDesktops()
  MessageRequester("Display Information", "Current resolution = "+Str(DesktopWidth(0))+"x"+Str(DesktopHeight(0))+"x"+Str(DesktopDepth(0)))

Supported OS

All

<- DesktopFrequency() - Desktop Index - DesktopMouseX() ->