System.Windows.Forms.AutoCompleteMode Enumeration

Specifies the mode for the automatic completion feature used in the System.Windows.Forms.ComboBox and System.Windows.Forms.TextBox controls.

Syntax

public enum AutoCompleteMode

Remarks

Documentation for this section has not yet been entered.

Members

Member NameDescription
Append

Appends the remainder of the most likely candidate string to the existing characters, highlighting the appended characters.

None

Disables the automatic completion feature for the System.Windows.Forms.ComboBox and System.Windows.Forms.TextBox controls.

Suggest

Displays the auxiliary drop-down list associated with the edit control. This drop-down is populated with one or more suggested completion strings.

SuggestAppend

Applies both Suggest and Append options.

Requirements

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