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

this() public method

public this ( int index ) : System.Windows.Forms.ToolStripPanelRow
index int
return System.Windows.Forms.ToolStripPanelRow
			public new virtual ToolStripPanelRow this [int index] {
				get { return (ToolStripPanelRow)base[index]; }
			}

Same methods

ToolStripPanel.ToolStripPanelRowCollection::this ( int index ) : objectIList.System.Collections