C1.Win.Input Namespace / AutoSuggestMode Enumeration

AutoSuggestMode Enumeration
Specifies the filtering criteria for items which appear in the dropdown that is displayed when the AutoCompleteMode property is set to 'Suggest' or 'SuggestAppend'.
Syntax
'Declaration
 
Public Enum AutoSuggestMode 
   Inherits System.Enum
 
Members
MemberDescription
ContainsA candidate string contains the entered string.
DefaultDefault filtering method. Same to StartsWith.
StartsWithBeginning of a candidate string matches the entered string.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.Input.AutoSuggestMode

See Also