ToolStripDropDown::Show Method (Point, ToolStripDropDownDirection)

 

Positions the ToolStripDropDown relative to the specified control location and with the specified direction relative to the parent control.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
void Show(
	Point position,
	ToolStripDropDownDirection direction
)

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.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: