Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonComboBoxStyle Enumeration


In This Topic
    RibbonComboBoxStyle Enumeration
    In This Topic
    Determines whether the user can edit a value in the text portion of the RibbonComboBox.
    Syntax
    'Declaration
     
    
    Public Enum RibbonComboBoxStyle 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As RibbonComboBoxStyle
    public enum RibbonComboBoxStyle : System.Enum 
    Members
    MemberDescription
    DropDownThe text portion is editable.
    DropDownListThe user cannot directly edit the text portion.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonComboBoxStyle

    See Also