Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1ComboBox Class / AutoComplete Property

In This Topic
    AutoComplete Property (C1ComboBox)
    In This Topic
    Gets or sets whether the control should try to automatically complete entries using the list items as an item source.
    Syntax
    'Declaration
     
    
    Public Property AutoComplete As Boolean
    public bool AutoComplete {get; set;}
    See Also