Get(WindowContentHeight)
Category: Get
Syntax: Get ( WindowContentHeight ) |
Parameters: None
Data type returned: Number
Description:
Returns the height, in pixels, of the content area of the current window. The content area is the area inside a window's frame, and doesn't include the title bar, scroll bars, or the Status Area.
The relationship of the content area dimensions to the overall window dimensions are different on each platform.
Examples:
Function |
Results |
---|---|
Get (WindowContentHeight) |
On the Mac OS, returns 563 when the current window height is 600. The title bar and bottom scroll bar make up the other 37 pixels. |