AutoCompleteSource Enumeration
.NET Framework 3.0
Specifies the source for ComboBox and TextBox automatic completion functionality.
Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in system.windows.forms.dll)
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. |
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: