ControlBaseEnabled Property

Gets or sets a value indicating whether the control can respond to user interaction.

Definition

Namespace: Firefly.Box.UI.Advanced
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public virtual bool Enabled { get; set; }

Return Value

Boolean
true if the control can respond to user interaction; otherwise, false. The default is true.

See Also