Specifies the direction in which a System.Windows.Forms.ToolStripDropDown control is displayed relative to its parent control.
Member Name | Description |
---|---|
AboveLeft |
Uses the mouse position to specify that the System.Windows.Forms.ToolStripDropDown is displayed above and to the left of its parent control. |
AboveRight |
Uses the mouse position to specify that the System.Windows.Forms.ToolStripDropDown is displayed above and to the right of its parent control. |
BelowLeft |
Uses the mouse position to specify that the System.Windows.Forms.ToolStripDropDown is displayed below and to the left of its parent control. |
BelowRight |
Uses the mouse position to specify that the System.Windows.Forms.ToolStripDropDown is displayed below and to the right of its parent control. |
Default |
Compensates for nested drop-down controls and responds to the System.Windows.Forms.RightToLeft setting, specifying either ToolStripDropDownDirection.Left or ToolStripDropDownDirection.Right accordingly. |
Left |
Compensates for nested drop-down controls and specifies that the System.Windows.Forms.ToolStripDropDown is displayed to the left of its parent control. |
Right |
Compensates for nested drop-down controls and specifies that the System.Windows.Forms.ToolStripDropDown is displayed to the right of its parent control. |