ToolStripDropDownItem::DropDownDirection Property
.NET Framework (current version)
Gets or sets a value indicating the direction in which the ToolStripDropDownItem emerges from its parent container.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: [BrowsableAttribute(false)] property ToolStripDropDownDirection DropDownDirection { ToolStripDropDownDirection get(); void set(ToolStripDropDownDirection value); }
Property Value
Type: System.Windows.Forms::ToolStripDropDownDirectionOne of the ToolStripDropDownDirection values.
| Exception | Condition |
|---|---|
| InvalidEnumArgumentException | The property is set to a value that is not one of the ToolStripDropDownDirection values. |
.NET Framework
Available since 2.0
Available since 2.0
Show: