IAutoCompleteSupport Interface Members
In This Topic
The following tables list the members exposed by IAutoCompleteSupport.
Public Properties
| 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. |
Top
See Also