ControlBaseEnabled Property
Gets or sets a value indicating whether the control can respond to user interaction.
Namespace: Firefly.Box.UI.AdvancedAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public virtual bool Enabled { get; set; }
Public Overridable Property Enabled As Boolean
Get
Set
abstract Enabled : bool with get, set
override Enabled : bool with get, set
Return Value
Booleantrue if the control can respond to user interaction; otherwise, false. The default is true.