Gets the controls ability to receive focus

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

Syntax

C#
public override bool CanFocus { get; }

Property Value

Type: Boolean

Implements

IControl..::..CanFocus

Remarks

Labels can not be focused. Always returns false

See Also