ToolStripDropDownItem.DropDownDirection Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value indicating the direction in which the ToolStripDropDownItem emerges from its parent container.
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
Property Value
One of the ToolStripDropDownDirection values.
- Attributes
Exceptions
The property is set to a value that is not one of the ToolStripDropDownDirection values.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.