InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputComboBox Class / AutoCompleteMode Property

In This Topic
    AutoCompleteMode Property (InputComboBox)
    In This Topic
    Gets or sets an option that controls how automatic completion works for the InputComboBox.
    Syntax
    'Declaration
     
    Public Property AutoCompleteMode As InputAutoCompleteMode
    public InputAutoCompleteMode AutoCompleteMode {get; set;}
    See Also