PowerTools SPREAD for Windows Forms 8.0J
DropDownDirection 列挙体


ドロップダウンウィンドウの表示方向を指定します。
構文
'Declaration
 
Public Enum DropDownDirection 
   Inherits System.Enum
'使用法
 
Dim instance As DropDownDirection
public enum DropDownDirection : System.Enum 
メンバ
メンバ説明
AboveLeft左上に表示します。
AboveRight右上に表示します。
BelowLeft左下に表示します。
BelowRight右下に表示します。
Default入れ子になったドロップダウンコントロールを考慮し、System.Windows.Forms.RightToLeft の設定に応じて、Left または Right を指定します。
Left左に表示します。
Right右に表示します。
継承階層

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Win.Spread.InputMan.CellType.DropDownDirection

参照

GrapeCity.Win.Spread.InputMan.CellType 名前空間

 

 


© 2004-2015, GrapeCity inc. All rights reserved.