Ribbon for WinForms
ComboBoxAutoCompleteMode 列挙体

C1.Win.Ribbon.4.5.2 アセンブリ > C1.Win.Ribbon 名前空間 : ComboBoxAutoCompleteMode 列挙体
Specifies the mode for the automatic completion feature used in a RibbonComboBox.
シンタックス
'宣言
 
Public Enum ComboBoxAutoCompleteMode 
   Inherits System.Enum
public enum ComboBoxAutoCompleteMode : System.Enum 
メンバ
メンバ解説
AppendAppends the remainder of the most likely candidate string to the existing characters, highlighting the appended characters.
NoneDisables the automatic completion feature.
SuggestDisplays the auxiliary drop-down list associated with the edit control. This drop-down is populated with one or more suggested completion strings.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Win.Ribbon.ComboBoxAutoCompleteMode

参照

C1.Win.Ribbon 名前空間