Get(WindowContentWidth)
Category: Get
Syntax: Get ( WindowContentWidth ) |
Parameters: None
Data type returned: Number
Description:
Returns the width, 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(WindowContentWidth) |
On the Mac OS, returns 782 when the current window width is 800 and the Status Area is not showing. |