Spread Windows Forms 12.0 Product Documentation
Enabled Property (TouchToolBarButton)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > TouchToolBarButton Class : Enabled Property
Gets or sets a value indicating whether the parent control of the System.Windows.Forms.ToolStripItem is enabled.
Syntax
'Declaration
 
Public Overrides Property Enabled As Boolean
'Usage
 
Dim instance As TouchToolBarButton
Dim value As Boolean
 
instance.Enabled = value
 
value = instance.Enabled
public override bool Enabled {get; set;}

Property Value

true if the parent control of the System.Windows.Forms.ToolStripItem is enabled; otherwise, false. The default is true.
See Also

Reference

TouchToolBarButton Class
TouchToolBarButton Members