ToolStripDropDownItem.DropDownDirection Eigenschaft

Definition

Ruft einen Wert ab, der die Richtung angibt, aus der das ToolStripDropDownItem aus seinem übergeordneten Container hervorgeht, oder legt diesen fest.

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

Eigenschaftswert

ToolStripDropDownDirection

Einer der ToolStripDropDownDirection-Werte.

Attribute

Ausnahmen

Die Eigenschaft ist auf einen Wert festgelegt, der keinen der ToolStripDropDownDirection-Werte darstellt.

Gilt für