ToolStripItemCollection.IndexOf(ToolStripItem) Method

Definition

Retrieves the index of the specified item in the collection.

public:
 int IndexOf(System::Windows::Forms::ToolStripItem ^ value);
public int IndexOf (System.Windows.Forms.ToolStripItem value);
member this.IndexOf : System.Windows.Forms.ToolStripItem -> int
Public Function IndexOf (value As ToolStripItem) As Integer

Parameters

Returns

A zero-based index value that represents the position of the specified ToolStripItem in the ToolStripItemCollection, if found; otherwise, -1.

Applies to