[]
Gets or sets a value indicating whether the parent control of the ToolStripItem is enabled.
public override bool Enabled { get; set; }
Public Overrides Property Enabled As Boolean
Type | Description |
---|---|
bool | true if the parent control of the ToolStripItem is enabled; otherwise, false. The default is true. |