Click or drag to resize

HCToolStripDropDownHolderShow Method

Overload List
 NameDescription
Public methodShowDisplays the control to the user.
Public methodShow(Control) 
Public methodShow(Point)Positions the ToolStripDropDown relative to the specified screen location.
Public methodShow(Control, Rectangle) 
Public methodShow(Control, Point)Positions the ToolStripDropDown relative to the specified control location.
Public methodShow(Int32, Int32)Positions the ToolStripDropDown relative to the specified screen coordinates.
Public methodShow(Point, ToolStripDropDownDirection)Positions the ToolStripDropDown relative to the specified control location and with the specified direction relative to the parent control.
Public methodShow(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.
Public methodShow(Control, Int32, Int32)Positions the ToolStripDropDown relative to the specified control's horizontal and vertical screen coordinates.
Top
See Also