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

ToolStripPanelRowCollection() public method

public ToolStripPanelRowCollection ( ToolStripPanel owner, System.Windows.Forms.ToolStripPanelRow value ) : System.Collections
owner ToolStripPanel
value System.Windows.Forms.ToolStripPanelRow
return System.Collections
			public ToolStripPanelRowCollection (ToolStripPanel owner, ToolStripPanelRow[] value) : this (owner)
			{
				if (value != null)
					foreach (ToolStripPanelRow tspr in value)
						this.Add (tspr);
			}
			

Same methods

ToolStripPanel.ToolStripPanelRowCollection::ToolStripPanelRowCollection ( ToolStripPanel owner ) : System.Collections