IWinToolBarClickItemR Method (Int32, Boolean) |
Simulates a right-click on item.
Namespace:
SmartBear.TestLeft.TestObjects.Win
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax void ClickItemR(
int itemIndex,
bool byposition
)
Sub ClickItemR (
itemIndex As Integer,
byposition As Boolean
)
Dim instance As IWinToolBar
Dim itemIndex As Integer
Dim byposition As Boolean
instance.ClickItemR(itemIndex, byposition)
void ClickItemR(
int itemIndex,
bool byposition
)
Parameters
- itemIndex
- Type: SystemInt32
The zero-based index of the item. - byposition
- Type: SystemBoolean
Indicates whether the item parameter specifies the item's identifier or position.
Exceptions See Also