Windows Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the instantiated windows in the current application.

Namespace:  Microsoft.SPOT
Assembly:  Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)

Syntax

'Declaration
Public ReadOnly Property Windows As WindowCollection
public WindowCollection Windows { get; }
public:
property WindowCollection^ Windows {
    WindowCollection^ get ();
}
member Windows : WindowCollection
function get Windows () : WindowCollection

Property Value

Type: Microsoft.SPOT. . :: . .WindowCollection
A WindowCollection object that contains references to all of the window objects in the current application.

.NET Framework Security

See Also

Reference

Application Class

Microsoft.SPOT Namespace