MultiSelect for WinForms
AutoSuggestMode 列挙体

C1.Win.C1Input.4.5.2 アセンブリ > C1.Win.C1Input 名前空間 : AutoSuggestMode 列挙体
Gets or sets a value which determines the filtering criteria for items which appear in the dropdown that is displayed when the AutoCompleteMode property is set to 'Suggest' or 'SuggestAppend'.
シンタックス
'宣言
 
Public Enum AutoSuggestMode 
   Inherits System.Enum
public enum AutoSuggestMode : System.Enum 
メンバ
メンバ解説
ContainsA candidate string contains the entered string.
DefaultDefault filtering method. Same to StartsWith.
StartsWithBeginning of a candidate string matches the entered string.
解説
The search is case-insensitive.
継承階層

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

参照

C1.Win.C1Input 名前空間