PowerTools SPREAD for Windows Forms 8.0J
Direction プロパティ (DropDownInfo)


ドロップダウン方向を取得または設定します。
構文
'Declaration
 
Public Property Direction As DropDownDirection
'使用法
 
Dim instance As DropDownInfo
Dim value As DropDownDirection
 
instance.Direction = value
 
value = instance.Direction
public DropDownDirection Direction {get; set;}

プロパティ値

ドロップダウン方向。
既定値は DropDownDirection.Default です。
解説
このプロパティは、ドロップダウンウィンドウが開くときの DropDownDirection を取得します。
参照

DropDownInfo クラス
DropDownInfo メンバ

 

 


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