ToolStripDropDown::Show Method (Control^, Int32, Int32)
.NET Framework (current version)
Positions the ToolStripDropDown relative to the specified control's horizontal and vertical screen coordinates.
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.
- x
-
Type:
System::Int32
The horizontal screen coordinate of the control, in pixels.
- y
-
Type:
System::Int32
The vertical screen coordinate of the control, 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: