ToolStripPanel::Join Method (ToolStrip^, Point)

 

Adds the specified ToolStrip to a ToolStripPanel at the specified location.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
void Join(
	ToolStrip^ toolStripToDrag,
	Point location
)

Parameters

toolStripToDrag
Type: System.Windows.Forms::ToolStrip^

The ToolStrip to add to the ToolStripPanel.

location
Type: System.Drawing::Point

A Point value representing the x- and y-client coordinates, in pixels, of the new location for the ToolStrip.

.NET Framework
Available since 2.0
Return to top
Show: