ToolStripDropDown::Show Method (Control^, Point)
.NET Framework (current version)
Positions the ToolStripDropDown relative to the specified control location.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
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.
| Exception | Condition |
|---|---|
| ArgumentNullException | The control specified by the control parameter is null. |
.NET Framework
Available since 2.0
Available since 2.0
Show: