ToolStripPanel::ToolStripPanelRowCollection::Contains Method (ToolStripPanelRow^)

 

Determines whether the specified ToolStripPanelRow is in the ToolStripPanel::ToolStripPanelRowCollection.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
bool Contains(
	ToolStripPanelRow^ value
)

Return Value

Type: System::Boolean

true if the specified ToolStripPanelRow is in the ToolStripPanel::ToolStripPanelRowCollection; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: