System.Windows.Forms.ToolStripPanel.ToolStripPanelRowCollection.Add C# (CSharp) Method

Add() public method

public Add ( System.Windows.Forms.ToolStripPanelRow value ) : int
value System.Windows.Forms.ToolStripPanelRow
return int
			public int Add (ToolStripPanelRow value)
			{
				return base.Add (value);
			}