IWinToolBarDblClickItemR Method (Int32, Boolean) |
Simulates a double-click of the right mouse button 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 DblClickItemR(
int itemIndex,
bool byposition
)
Sub DblClickItemR (
itemIndex As Integer,
byposition As Boolean
)
Dim instance As IWinToolBar
Dim itemIndex As Integer
Dim byposition As Boolean
instance.DblClickItemR(itemIndex, byposition)
void DblClickItemR(
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