C1.Win.InputPanel.8 Assembly / C1.Win.InputPanel Namespace / InputAutoCompleteMode Enumeration

InputAutoCompleteMode Enumeration
Specifies the mode for the automatic completion feature used in the InputComboBox.
Syntax
'Declaration
 
Public Enum InputAutoCompleteMode 
   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.InputPanel.InputAutoCompleteMode

See Also