ITabControlClickTab Method (String) |
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(
string itemName
)
Sub ClickTab (
itemName As String
)
Dim instance As ITabControl
Dim itemName As String
instance.ClickTab(itemName)
void ClickTab(
String^ itemName
)
Parameters
- itemName
- Type: SystemString
Name of the item.
Exceptions See Also