MultiSelect for WinForms
DropDownStyle 列挙体

C1.Win.C1Input.4.5.2 アセンブリ > C1.Win.C1Input 名前空間 : DropDownStyle 列挙体
Specifies the C1DropDownControl style.
シンタックス
'宣言
 
Public Enum DropDownStyle 
   Inherits System.Enum
public enum DropDownStyle : System.Enum 
メンバ
メンバ解説
DefaultText portion of the drop down control is editable and the drop down is displayed by clicking the down arrow.
DropDownListThe drop down of the C1DropDownControl is displayed by clicking on either the text portion of the control or drop down button. The text portion is not editable.
継承階層

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

参照

C1.Win.C1Input 名前空間