ToolStripDropDownItem.DropDownDirection プロパティ

定義

ToolStripDropDownItem が親コンテナーから表示される方向を示す値を取得または設定します。

public:
 property System::Windows::Forms::ToolStripDropDownDirection DropDownDirection { System::Windows::Forms::ToolStripDropDownDirection get(); void set(System::Windows::Forms::ToolStripDropDownDirection value); };
[System.ComponentModel.Browsable(false)]
public System.Windows.Forms.ToolStripDropDownDirection DropDownDirection { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.DropDownDirection : System.Windows.Forms.ToolStripDropDownDirection with get, set
Public Property DropDownDirection As ToolStripDropDownDirection

プロパティ値

ToolStripDropDownDirection 値のいずれか 1 つ。

属性

例外

プロパティが ToolStripDropDownDirection 値以外の値に設定されています。

適用対象