ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1ComboBox Class / AutoComplete Property



In This Topic
    AutoComplete Property
    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
    'Usage
     
    
    Dim instance As C1ComboBox
    Dim value As Boolean
     
    instance.AutoComplete = value
     
    value = instance.AutoComplete
    public bool AutoComplete {get; set;}
    public:
    property bool AutoComplete {
       bool get();
       void set (    bool value);
    }
    See Also