WindowHeight()
Syntax
Result = WindowHeight(#Window [, Mode])Description
Returns the height (in pixels) of the given window.
Parameters
#Window The window to use. Mode (optional) The mode used to calculate the height of the window. It can be one of the following value: #PB_Window_InnerCoordinate: height of the window inner area (where gadget can be added), excluding borders (default). #PB_Window_FrameCoordinate: height of the window, including borders.
Return value
Returns the height (in pixels) of the given window.
See Also
OpenWindow(), WindowWidth()
Supported OS
All