C1.iOS.Input Assembly / C1.iOS.Input Namespace / AutoCompleteMode Enumeration


AutoCompleteMode Enumeration
Specifies how to filter items of autocomplete.
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum AutoCompleteMode 
   Inherits System.Enum
 
'Usage
 
Dim instance As AutoCompleteMode
Members
MemberDescription
ContainsFiltering items of autocomplete when contains the input string.
EndsWithFiltering items of autocomplete when ends with the input string
MatchCaseFiltering items of autocomplete when contains the input string that match case.
MatchWholeWordFiltering items of autocomplete when contains the input string that match whole word.
StartsWithFiltering items of autocomplete when starts with the input string
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.iOS.Input.AutoCompleteMode

See Also