Gets the controls ability to receive focus

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

Syntax

C#
bool CanFocus { get; }

Property Value

Type: Boolean

Remarks

Controls can only receive button and keyboard messages when focused

See Also