AutoCompleteMode Enumeration
.NET Framework (current version)
Namespace:
System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Return to top
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Member name | Description | |
|---|---|---|
| Append | Appends the remainder of the most likely candidate string to the existing characters, highlighting the appended characters. | |
| None | ||
| 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. |
.NET Framework
Available since 2.0
Available since 2.0
Show: