ComponentOne ComboBox for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1ComboBox Namespace / C1ComboBox Class / AutoComplete Property

In This Topic
    AutoComplete Property
    In This Topic
    A value that determines whether to start the auto-complete function after typing in the text if a match exists. Default: true. Type: Boolean.
    Syntax
    'Declaration
     
    Public Property AutoComplete As System.Boolean
    public System.bool AutoComplete {get; set;}
    See Also