C1.Win.Ribbon.8 Assembly / C1.Win.Ribbon Namespace / RibbonComboBoxStyle Enumeration

RibbonComboBoxStyle Enumeration
Determines whether the user can edit a value in the text portion of the RibbonComboBox.
Syntax
'Declaration
 
Public Enum RibbonComboBoxStyle 
   Inherits 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
         C1.Win.Ribbon.RibbonComboBoxStyle

See Also