WindowCollection
WindowCollection class
Window collection.
Properties
| Name | Type | Description |
|---|---|---|
| ClientWidth | int | Optional int. |
| ClientHeight | int | Optional int. |
| Count | int | |
| Item (int) | Window |
Methods
| Name | Description |
|---|---|
| add | Add the window in the collection. |
| remove | Remove the window from the collection. |
| clear | |
| removeAt | |
| iterator | Reserved for internal use. |