ComponentOne List for WinForms
C1.Win.C1List Namespace / C1Combo Class / AutoCompletion Property

In This Topic
    AutoCompletion Property (C1Combo)
    In This Topic
    Determines whether matching incremental search values are automatically copied to the text portion of a combo during editing.
    Syntax
    'Declaration
     
    
    Public Property AutoCompletion As Boolean
    public bool AutoCompletion {get; set;}
    See Also