AutoCompleteSource Enumeration
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Member name | Description | |
|---|---|---|
| AllSystemSources | Specifies the equivalent of FileSystem and AllUrl as the source. This is the default value when AutoCompleteMode has been set to a value other than the default. | |
| AllUrl | Specifies the equivalent of HistoryList and RecentlyUsedList as the source. | |
| CustomSource | Specifies strings from a built-in AutoCompleteStringCollection as the source. | |
| FileSystem | Specifies the file system as the source. | |
| FileSystemDirectories | Specifies that only directory names and not file names will be automatically completed. | |
| HistoryList | Includes the Uniform Resource Locators (URLs) in the history list. | |
| ListItems | Specifies that the items of the ComboBox represent the source. | |
| None | Specifies that no AutoCompleteSource is currently in use. This is the default value of AutoCompleteSource. | |
| RecentlyUsedList | Includes the Uniform Resource Locators (URLs) in the list of those URLs most recently used. |
Available since 2.0