System.Windows.Forms.AutoCompleteSource Enumeration

Specifies the source for System.Windows.Forms.ComboBox and System.Windows.Forms.TextBox automatic completion functionality.

Syntax

public enum AutoCompleteSource

Remarks

Documentation for this section has not yet been entered.

Members

Member NameDescription
AllSystemSources

Specifies the equivalent of AutoCompleteSource.FileSystem and AutoCompleteSource.AllUrl as the source. This is the default value when System.Windows.Forms.AutoCompleteMode has been set to a value other than the default.

AllUrl

Specifies the equivalent of AutoCompleteSource.HistoryList and AutoCompleteSource.RecentlyUsedList as the source.

CustomSource

Specifies strings from a built-in System.Windows.Forms.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 System.Windows.Forms.ComboBox represent the source.

None

Specifies that no System.Windows.Forms.AutoCompleteSource is currently in use. This is the default value of System.Windows.Forms.AutoCompleteSource.

RecentlyUsedList

Includes the Uniform Resource Locators (URLs) in the list of those URLs most recently used.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0