Property IsEnabled
IsEnabled
Gets or sets a value indicating whether the menu item is enabled.
public bool IsEnabled { get; set; }
Property Value
Remarks
Changing this property raises the EnabledChanged
event and notifies listeners of the change.