[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.TouchToolBarButton.Enabled

Enabled Property

Enabled

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

Declaration
public override bool Enabled { get; set; }
Public Overrides Property Enabled As Boolean
Property Value
Type Description
bool

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

Overrides