DesignerActionItemCollection::IndexOf Method (DesignerActionItem^)
.NET Framework (current version)
Determines the index of a specific item in the collection.
Assembly: System.Design (in System.Design.dll)
Parameters
- value
-
Type:
System.ComponentModel.Design::DesignerActionItem^
The DesignerActionItem to locate in the collection.
Return Value
Type: System::Int32The zero-based index of the first occurrence of value within the entire DesignerActionItemCollection, if found; otherwise, -1.
.NET Framework
Available since 2.0
Available since 2.0
Show: