AutoCompletion Property (C1Combo)
In This Topic
Determines whether matching incremental search values are automatically copied to the text portion of a combo during editing.
Syntax
'Declaration
Public Property AutoCompletion As Boolean
public bool AutoCompletion {get; set;}
See Also