Share via


FocusedElement Property

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

Gets the display element that currently has the button focus.

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

Syntax

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

Property Value

Type: Microsoft.SPOT.Presentation. . :: . .UIElement
An object specifying the display element that currently has the button focus.

.NET Framework Security

See Also

Reference

Buttons Class

Microsoft.SPOT.Input Namespace