AutoCompleteMode Property
In This Topic
Gets or sets the automatic completion mode of the combo box. Whether the combo box auto-completes by suggesting an item in the list while typing or appending matches as the user types.
Syntax
'Declaration
Public Property AutoCompleteMode As AjaxControlToolkit.ComboBoxAutoCompleteMode
'Usage
Dim instance As AjaxComboBoxCellType
Dim value As AjaxControlToolkit.ComboBoxAutoCompleteMode
instance.AutoCompleteMode = value
value = instance.AutoCompleteMode
public AjaxControlToolkit.ComboBoxAutoCompleteMode AutoCompleteMode {get; set;}
Example
This example sets the AutoCompleteMode property.
See Also