'Declaration Public Enum AutoCompleteMode Inherits System.Enum
public enum AutoCompleteMode : System.Enum
Member | Description |
---|---|
Append | Appends the remainder of the most likely candidate string to the existing characters, highlighting the appended characters. |
Default | The actual value is determined at a higher level of the property resolution hierarchy. |
None | Disables the automatic completion feature. |
Suggest | Displays the dropdown list, which is populated with one or more suggested completion strings, and updated in real time as the end user changes the contents of the edit portion. |
SuggestAppend | Combines the 'Suggest' and 'Append' settings. |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2