Share via


Current Property

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

Gets the current UI element in the current collection.

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

Syntax

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

Property Value

Type: Microsoft.SPOT.Presentation. . :: . .UIElement
The current UI element.

.NET Framework Security

See Also

Reference

UIElementCollection. . :: . .Enumerator Structure

Microsoft.SPOT.Presentation Namespace