C1.Android.Input Assembly / C1.Android.Input 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 of items.
Syntax
'Declaration
 
Public Property AutoComplete As Boolean
 
'Usage
 
Dim instance As C1ComboBox
Dim value As Boolean
 
instance.AutoComplete = value
 
value = instance.AutoComplete
See Also