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 之一。

适用于