ComponentOne FinancialChart for WPF
AutoComplete Property



C1.WPF Namespace > C1ComboBox Class : AutoComplete Property
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

Reference

C1ComboBox Class
C1ComboBox Members