Gets/Sets the enabled state of the control

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 Enabled { get; set; }

Property Value

Type: Boolean

Implements

IControl..::..Enabled

Remarks

Controls must be enabled to respond to touch, keyboard, or button events

See Also