[]
Interface that supports automatic completion (type ahead) for users typing text.
public interface IAutoCompleteSupport
Public Interface IAutoCompleteSupport
Name | Description |
---|---|
AutoCompleteCustomSource | Gets or sets a custom System.Collections.Specialized.StringCollection when the AutoCompleteSource property is set to CustomSource. |
AutoCompleteMode | Gets or sets how automatic completion works. |
AutoCompleteSource | Gets or sets a value that specifies the source of complete strings used for automatic completion. |
AutoFillAutoCompleteCustomSource | Gets or sets whether the AutoCompleteCustomSource is automatically filled with data from a column. |