IWinToolBarDblClickItemR Method (Int32, Boolean, ShiftKey) |
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,
ShiftKey shift
)
Sub DblClickItemR (
itemIndex As Integer,
byposition As Boolean,
shift As ShiftKey
)
Dim instance As IWinToolBar
Dim itemIndex As Integer
Dim byposition As Boolean
Dim shift As ShiftKey
instance.DblClickItemR(itemIndex, byposition,
shift)
void DblClickItemR(
int itemIndex,
bool byposition,
ShiftKey shift
)
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. - shift
- Type: SmartBear.TestLeft.TestObjectsShiftKey
The button that is pressed when a click is performed.
Exceptions See Also