A window.
Window Properties
| Property | Type | Access | Description |
|---|---|---|---|
| Bounds | Array of 4 Longs | r/w | The bounds of the Window (top, left, bottom, right) in pixels as Array of 4 Longs. |
| Index | Long | read | Index of the object within its parent object. |
| Name | String | read | The name of the object. |
| Parent | Object | read | The parent of the object. |
| Selection | Object, Array of Objects, idNothingEnum enumeration | r/w | The selection of the front-most window as Object, Array of Objects or idNothingEnum enumerator. |
Window Methods
| Method | Returns | Description |
|---|---|---|
| BringToFront | Nothing | Brings object to the front. |
| Close | Nothing | Close the Window. |
| Maximize | Nothing | Maximize the window. |
| Minimize | Nothing | Minimize the window. |
| Restore | Nothing | Restore the window. |
| Select | Nothing | Selects the object. |