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

 

Gets the index of the specified ToolStripPanelRow in the ToolStripPanel::ToolStripPanelRowCollection.

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

public:
int IndexOf(
	ToolStripPanelRow^ value
)

Parameters

value
Type: System.Windows.Forms::ToolStripPanelRow^

The ToolStripPanelRow to return the index of.

Return Value

Type: System::Int32

The index of the specified ToolStripPanelRow.

.NET Framework
Available since 2.0
Return to top
Show: