ToolStripPanel::Join Method (ToolStrip^, Int32, Int32)

 

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

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

public:
void Join(
	ToolStrip^ toolStripToDrag,
	int x,
	int y
)

Parameters

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

The ToolStrip to add to the ToolStripPanel.

x
Type: System::Int32

The horizontal client coordinate, in pixels.

y
Type: System::Int32

The vertical client coordinate, in pixels.

.NET Framework
Available since 2.0
Return to top
Show: