Table of Contents

Class WindowCollection

Namespace
GHIElectronics.Endpoint.UI
Assembly
GHIElectronics.Endpoint.UI.dll

WindowCollection can be used to interate over all the windows that have been opened in the current application.

public sealed class WindowCollection : ICollection, IEnumerable
Inheritance
WindowCollection
Implements
Inherited Members

Constructors

WindowCollection()

Default Constructor

public WindowCollection()

Properties

Count

Count property

public int Count { get; }

Property Value

int

IsSynchronized

IsSynchronized

public bool IsSynchronized { get; }

Property Value

bool

this[int]

Overloaded [] operator to access the WindowCollection list

public Window this[int index] { get; }

Parameters

index int

Property Value

Window

SyncRoot

SyncRoot

public object SyncRoot { get; }

Property Value

object

Methods

CopyTo(Window[], int)

CopyTo

public void CopyTo(Window[] array, int index)

Parameters

array Window[]
index int

GetEnumerator()

GetEnumerator

public IEnumerator GetEnumerator()

Returns

IEnumerator