Gets or sets a value indicating whether this
MenuItem is enabled.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public bool Enabled { get; set; }
Public 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.
Implements
ICommandItemEnabledSee Also