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

Contains() public method

public Contains ( System.Windows.Forms.ToolStripPanelRow value ) : bool
value System.Windows.Forms.ToolStripPanelRow
return bool
			public bool Contains (ToolStripPanelRow value)
			{
				return base.Contains (value);
			}