ToolStripDropDown::Show Method (Point, ToolStripDropDownDirection)
.NET Framework (current version)
Positions the ToolStripDropDown relative to the specified control location and with the specified direction relative to the parent control.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- position
-
Type:
System.Drawing::Point
The horizontal and vertical location of the reference control's upper-left corner, in pixels.
- direction
-
Type:
System.Windows.Forms::ToolStripDropDownDirection
One of the ToolStripDropDownDirection values.
The following code example demonstrates how to display the ToolStripDropDown control at a fixed point in the specified direction.
.NET Framework
Available since 2.0
Available since 2.0
Show: