Gets if the control is currently focused

Namespace: Skewworks.NETMF.Controls
Assembly: Skewworks.NETMF.Core (in Skewworks.NETMF.Core.dll) Version: 2.5.0.0 (2.5.0.0)

Syntax

C#
public bool Focused { get; }

Property Value

Type: Boolean

Remarks

Being focused means to be the active child of the parent.

See Also