Version

AutoCompleteMode Enumeration

Constants which specify the mode for the automatic completion feature used in the EditorWithCombo editor.
Syntax
'Declaration
 
Public Enum AutoCompleteMode 
   Inherits System.Enum
public enum AutoCompleteMode : System.Enum 
Members
MemberDescription
AppendAppends the remainder of the most likely candidate string to the existing characters, highlighting the appended characters.
DefaultThe actual value is determined at a higher level of the property resolution hierarchy.
NoneDisables the automatic completion feature.
SuggestDisplays 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.
SuggestAppendCombines the 'Suggest' and 'Append' settings.
Requirements

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

See Also