Method IndexOf
IndexOf(View)
Gets the logical index of the specified view within this Tabs container.
public int IndexOf(View view)
Parameters
viewViewThe view to find.
Returns
- int
The zero-based index, or -1 if the view is not a tab in this container.