バージョン

DropDownOrientation プロパティ (ComboModel)

開くボタンがクリックされたとき、ドロップダウン リストを開く方向を取得または設定します。'auto' type="string" コンボの位置に基づいて方向を計算します。'top' type="string" 上方向。'bottom' type="string" 下方向。
シンタックス
'宣言
 
Public Property DropDownOrientation As System.Nullable(Of ComboDropDownOrientation)
public System.Nullable<ComboDropDownOrientation> DropDownOrientation {get; set;}
参照

オンラインで表示: GitHub