ToolStripItemCollection.IndexOf(ToolStripItem) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- value
- ToolStripItem
The ToolStripItem to locate in the ToolStripItemCollection.
Returns
A zero-based index value that represents the position of the specified ToolStripItem in the ToolStripItemCollection, if found; otherwise, -1.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.