System.Windows.Forms.ToolStripPanel.Join Method

Adds the specified System.Windows.Forms.ToolStrip to a System.Windows.Forms.ToolStripPanel at the specified coordinates.

Syntax

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

Parameters

toolStripToDrag
The System.Windows.Forms.ToolStrip to add to the System.Windows.Forms.ToolStripPanel.
x
The horizontal client coordinate, in pixels.
y
The vertical client coordinate, in pixels.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0