ComponentOne Basic Library for WPF and Silverlight
AutoComplete Property (C1ComboBox)


C1.Silverlight 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 System.Boolean
'Usage
 
Dim instance As C1ComboBox
Dim value As System.Boolean
 
instance.AutoComplete = value
 
value = instance.AutoComplete
public System.bool AutoComplete {get; set;}
See Also

Reference

C1ComboBox Class
C1ComboBox Members