Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonNumericBox Class / Enabled Property


In This Topic
    Enabled Property (RibbonNumericBox)
    In This Topic
    Gets or sets whether this RibbonItem is enabled.
    Syntax
    'Declaration
     
    
    Public Property Enabled As Boolean
    'Usage
     
    
    Dim instance As RibbonNumericBox
    Dim value As Boolean
     
    instance.Enabled = value
     
    value = instance.Enabled
    public bool Enabled {get; set;}
    See Also