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

ComboBoxAutoCompleteMode Enumeration
Specifies the mode for the automatic completion feature used in a RibbonComboBox.
Syntax
'Declaration
 
Public Enum ComboBoxAutoCompleteMode 
   Inherits System.Enum
 
Members
MemberDescription
AppendAppends the remainder of the most likely candidate string to the existing characters, highlighting the appended characters.
NoneDisables the automatic completion feature.
SuggestDisplays the auxiliary drop-down list associated with the edit control. This drop-down is populated with one or more suggested completion strings.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.Ribbon.ComboBoxAutoCompleteMode

See Also