| C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace : AutoSuggestMode Enumeration |
'Declaration Public Enum AutoSuggestMode Inherits System.Enum
public enum AutoSuggestMode : System.Enum
| Member | Description |
|---|---|
| Contains | A candidate string contains the entered string. |
| Default | Default filtering method. Same to StartsWith. |
| StartsWith | Beginning of a candidate string matches the entered string. |
System.Object
System.ValueType
System.Enum
C1.Win.C1Input.AutoSuggestMode