ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / C1DropDownControl Class / AutoCompleteMode Property

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