Class WindowCollection
WindowCollection can be used to interate over all the windows that have been opened in the current application.
Inherited Members
Namespace: nanoFramework.UI
Assembly: nanoFramework.Graphics.dll
Syntax
public sealed class WindowCollection : ICollection, IEnumerable
Constructors
WindowCollection()
Default Constructor
Declaration
public WindowCollection()
Properties
Count
Count property
Declaration
public int Count { get; }
Property Value
Type | Description |
---|---|
int |
IsSynchronized
IsSynchronized
Declaration
public bool IsSynchronized { get; }
Property Value
Type | Description |
---|---|
bool |
this[int]
Overloaded [] operator to access the WindowCollection list
Declaration
public Window this[int index] { get; }
Parameters
Type | Name | Description |
---|---|---|
int | index |
Property Value
Type | Description |
---|---|
Window |
SyncRoot
SyncRoot
Declaration
public object SyncRoot { get; }
Property Value
Type | Description |
---|---|
object |
Methods
CopyTo(Window[], int)
CopyTo
Declaration
public void CopyTo(Window[] array, int index)
Parameters
Type | Name | Description |
---|---|---|
Window[] | array | |
int | index |
GetEnumerator()
GetEnumerator
Declaration
public IEnumerator GetEnumerator()
Returns
Type | Description |
---|---|
IEnumerator |