WindowCollection

WindowCollection class

Window collection.

public class WindowCollection : Collection

Properties

Name Description
ClientHeight { get; set; } Optional int.
ClientWidth { get; set; } Optional int.
Count { get; } Gets the number of elements actually contained in the collection.
Item { get; } Gets the element at the specified index.

Methods

Name Description
Add(Window) Add the window in the collection.
Clear() Removes all elements from collection.
GetEnumerator() Supports a simple iteration over a nongeneric collection.
IsExist(int) Is exist item in the collection.
Remove(Window) Remove the window from the collection.

See Also