ToolStripPanel.ToolStripPanelRowCollection.Add(ToolStripPanelRow) Method

Definition

public:
 int Add(System::Windows::Forms::ToolStripPanelRow ^ value);
public int Add (System.Windows.Forms.ToolStripPanelRow value);
member this.Add : System.Windows.Forms.ToolStripPanelRow -> int
Public Function Add (value As ToolStripPanelRow) As Integer

Parameters

Returns

The position of the ToolStripPanelRow in the ToolStripPanel.ToolStripPanelRowCollection.

Exceptions

value is null.

Applies to