Gets or sets a value indicating whether this
Command is enabled.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax 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
Property Value
Type:
Booleantrue if enabled; otherwise,
false.
See Also