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. |
WindowCollection.ClientWidth property
Optional int.
Type: int
WindowCollection.ClientHeight property
Optional int.
Type: int
WindowCollection.Count property
Type: int
WindowCollection.Item (int) property
Type: Window
add(window)
Add the window in the collection.
| Parameter | Type | Description |
|---|---|---|
| window | Window |
remove(window)
Remove the window from the collection.
| Parameter | Type | Description |
|---|---|---|
| window | Window |
clear()
removeAt(index)
iterator()
Reserved for internal use.