ToolStripItem.Enabled Property
Definition
Gets or sets a value indicating whether the parent control of the ToolStripItem is enabled.
public:
virtual property bool Enabled { bool get(); void set(bool value); };
public virtual bool Enabled { get; set; }
member this.Enabled : bool with get, set
Public Overridable Property Enabled As Boolean
Property Value
true
if the parent control of the ToolStripItem is enabled; otherwise, false
. The default is true
.