Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / TouchToolBarButton Class / Enabled Property


In This Topic
    Enabled Property (TouchToolBarButton)
    In This Topic
    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