ToolStripPanel::Join Method (ToolStrip^)

 

Adds the specified ToolStrip to a ToolStripPanel.

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

public:
void Join(
	ToolStrip^ toolStripToDrag
)

Parameters

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

The ToolStrip to add to the ToolStripPanel.

The following code example demonstrates the use of the Join constructor. This example is part of a larger example available in the ToolStripPanel class overview.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: