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

其中一個 ToolStripDropDownDirection 值。

屬性

例外狀況

這個屬性沒有設定成其中一個 ToolStripDropDownDirection 值。

適用於