WindowCollection

WindowCollection class

Window collection.

Properties

NameTypeDescription
ClientWidthintOptional int.
ClientHeightintOptional int.
Countint
Item (int)Window

Methods

NameDescription
addAdd the window in the collection.
removeRemove the window from the collection.
clear
removeAt
iteratorReserved 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.

ParameterTypeDescription
windowWindow

remove(window)

Remove the window from the collection.

ParameterTypeDescription
windowWindow

clear()

removeAt(index)

iterator()

Reserved for internal use.