ComponentOne InputPanel for WinForms
InputAutoCompleteMode Enumeration

C1.Win.C1InputPanel.4 Assembly > C1.Win.C1InputPanel Namespace : InputAutoCompleteMode Enumeration
Specifies the mode for the automatic completion feature used in the InputComboBox.
Syntax
'Declaration
 
Public Enum InputAutoCompleteMode 
   Inherits System.Enum
public enum InputAutoCompleteMode : 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.C1InputPanel.InputAutoCompleteMode

See Also

Reference

C1.Win.C1InputPanel Namespace