Edit

Share via


ToolStripItem.Enabled Property

Definition

Gets or sets a value indicating whether the parent control of the ToolStripItem is enabled.

public virtual bool Enabled { get; set; }

Property Value

true if the parent control of the ToolStripItem is enabled; otherwise, false. The default is true.

Applies to