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
IsSynchronized
IsSynchronized
public bool IsSynchronized { get; }
Property Value
this[int]
Overloaded [] operator to access the WindowCollection list
public Window this[int index] { get; }
Parameters
indexint
Property Value
SyncRoot
SyncRoot
public object SyncRoot { get; }
Property Value
Methods
CopyTo(Window[], int)
CopyTo
public void CopyTo(Window[] array, int index)
Parameters
GetEnumerator()
GetEnumerator
public IEnumerator GetEnumerator()