ToolStripDropDownDirection Enum
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.
Specifies the direction in which a ToolStripDropDown control is displayed relative to its parent control.
public enum class ToolStripDropDownDirection
public enum ToolStripDropDownDirection
type ToolStripDropDownDirection =
Public Enum ToolStripDropDownDirection
- Inheritance
Fields
Name | Value | Description |
---|---|---|
AboveLeft | 0 | Uses the mouse position to specify that the ToolStripDropDown is displayed above and to the left of its parent control. |
AboveRight | 1 | Uses the mouse position to specify that the ToolStripDropDown is displayed above and to the right of its parent control. |
BelowLeft | 2 | Uses the mouse position to specify that the ToolStripDropDown is displayed below and to the left of its parent control. |
BelowRight | 3 | Uses the mouse position to specify that the ToolStripDropDown is displayed below and to the right of its parent control. |
Left | 4 | Compensates for nested drop-down controls and specifies that the ToolStripDropDown is displayed to the left of its parent control. |
Right | 5 | Compensates for nested drop-down controls and specifies that the ToolStripDropDown is displayed to the right of its parent control. |
Default | 7 | Compensates for nested drop-down controls and responds to the RightToLeft setting, specifying either Left or Right accordingly. |
Applies to
.NET