|
Treehopper C# API
|
Public Attributes | |
| Point | Reserved |
| Point | MaxSize |
| The maximized width (x member) and the maximized height (y member) of the window. More... | |
| Point | MaxPosition |
| The position of the left side of the maximized window (x member) and the position of the top of the maximized window (y member). More... | |
| Point | MinTrackSize |
| The minimum tracking width (x member) and the minimum tracking height (y member) of the window. More... | |
| Point | MaxTrackSize |
| The maximum tracking width (x member) and the maximum tracking height (y member) of the window. More... | |
| Point MaxPosition |
The position of the left side of the maximized window (x member) and the position of the top of the maximized window (y member).
For top-level windows, this value is based on the position of the primary monitor.
| Point MaxSize |
The maximized width (x member) and the maximized height (y member) of the window.
For top-level windows, this value is based on the width of the primary monitor.
| Point MaxTrackSize |
The maximum tracking width (x member) and the maximum tracking height (y member) of the window.
This value is based on the size of the virtual screen and can be obtained programmatically from the system metrics SM_CXMAXTRACK and SM_CYMAXTRACK (see the GetSystemMetrics function).
| Point MinTrackSize |
The minimum tracking width (x member) and the minimum tracking height (y member) of the window.
This value can be obtained programmatically from the system metrics SM_CXMINTRACK and SM_CYMINTRACK (see the GetSystemMetrics function).
| Point Reserved |