ToolStripDropDown::Show Method
Positions the ToolStripDropDown relative to the specified coordinates.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() | Show() | Displays the ToolStripDropDown control in its default position. |
![]() | Show(Control^, Int32, Int32) | Positions the ToolStripDropDown relative to the specified control's horizontal and vertical screen coordinates. |
![]() | Show(Control^, Point) | Positions the ToolStripDropDown relative to the specified control location. |
![]() | Show(Control^, Point, ToolStripDropDownDirection) | Positions the ToolStripDropDown relative to the specified control at the specified location and with the specified direction relative to the parent control. |
![]() | Show(Int32, Int32) | Positions the ToolStripDropDown relative to the specified screen coordinates. |
![]() | Show(Point) | Positions the ToolStripDropDown relative to the specified screen location. |
![]() | Show(Point, ToolStripDropDownDirection) | Positions the ToolStripDropDown relative to the specified control location and with the specified direction relative to the parent control. |
