Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonColorPicker Class / ButtonEnabled Property


In This Topic
    ButtonEnabled Property (RibbonColorPicker)
    In This Topic
    Gets or sets a value indicating whether the button portion of the split button is enabled or disabled. It doesn't affect the state of the drop-down.
    Syntax
    'Declaration
     
    
    Public Property ButtonEnabled As Boolean
    'Usage
     
    
    Dim instance As RibbonColorPicker
    Dim value As Boolean
     
    instance.ButtonEnabled = value
     
    value = instance.ButtonEnabled
    public bool ButtonEnabled {get; set;}
    See Also