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 值以外的值。

适用于