InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputAutoCompleteMode Enumeration

In This Topic
    InputAutoCompleteMode Enumeration
    In This Topic
    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.InputPanel.InputAutoCompleteMode

    See Also