Click or drag to resize

TabControlTabPageCollectionIndexOf 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
Syntax
C#
public virtual int IndexOf(
	TabPage item
)

Parameters

item
Type: ABB.Robotics.Tps.Windows.FormsTabPage
The TabPage to locate in the collection.

Return Value

Type: Int32
The zero-based index of the item found in the collection; otherwise, -1.
See Also