CalendarView for WinForms
UpDownButtonAlignment 列挙体

C1.Win.C1Input.4.5.2 アセンブリ > C1.Win.C1Input 名前空間 : UpDownButtonAlignment 列挙体
C1DropDownControlのスピンボタンの配置を指定します。
シンタックス
'宣言
 
Public Enum UpDownButtonAlignment 
   Inherits System.Enum
public enum UpDownButtonAlignment : System.Enum 
メンバ
メンバ解説
Default垂直方向に積み重ねられたアップ/ダウンボタン。
UpLeftDownRight左側のアップボタンと右側のダウンボタン。
UpRightDownLeft右側のアップボタンと左側のダウンボタン。
継承階層

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

参照

C1.Win.C1Input 名前空間