ComponentOne Xamarin.iOS
AutoComplete Property


C1.iOS.Input Assembly > C1.iOS.Input Namespace > C1ComboBox Class : AutoComplete Property
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
public bool AutoComplete {get; set;}
See Also

Reference

C1ComboBox Class
C1ComboBox Members