System.Windows.Forms.ToolStripDropDownDirection Enumeration

Specifies the direction in which a System.Windows.Forms.ToolStripDropDown control is displayed relative to its parent control.

Syntax

public enum ToolStripDropDownDirection

Remarks

Documentation for this section has not yet been entered.

Members

Member NameDescription
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.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0