ITabControlClickTab Method (Int32) |
Selects the tabbed page specified by an item.
Namespace:
SmartBear.TestLeft.TestObjects
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax void ClickTab(
int itemIndex
)
Sub ClickTab (
itemIndex As Integer
)
Dim instance As ITabControl
Dim itemIndex As Integer
instance.ClickTab(itemIndex)
void ClickTab(
int itemIndex
)
Parameters
- itemIndex
- Type: SystemInt32
Index of the item.
Exceptions See Also