ToolStripDropDown::Show Method (Control^, Point, ToolStripDropDownDirection)
.NET Framework (current version)
Positions the ToolStripDropDown relative to the specified control at the specified location and with the specified direction relative to the parent control.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: void Show( Control^ control, Point position, ToolStripDropDownDirection direction )
Parameters
- control
-
Type:
System.Windows.Forms::Control^
The control (typically, a ToolStripDropDownButton) that is the reference point for the ToolStripDropDown position.
- 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.
| Exception | Condition |
|---|---|
| ArgumentNullException | The control specified by the control parameter is null. |
The following code example demonstrates how to display the ToolStripDropDown control relative to the parent control.
.NET Framework
Available since 2.0
Available since 2.0
Show: