ComboBoxObjectCollectionIndexOf Method |
Returns the index within the collection of the specified item.
Namespace:
ABB.Robotics.Tps.Windows.Forms
Assembly:
ABB.Robotics.Tps.Windows.Forms (in ABB.Robotics.Tps.Windows.Forms.dll) Version: 6.5.129.0
Syntaxpublic virtual int IndexOf(
Object item
)
Parameters
- item
- Type: SystemObject
The item to locate in the collection.
Return Value
Type:
Int32The zero-based index of the item found in the collection; otherwise, -1.
See Also