IWinListViewClickItemR Method (Int32, String, ShiftKey) |
Moves the mouse cursor to the item and then simulates a right click.
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,
string subitemName,
ShiftKey shift
)
Sub ClickItemR (
itemIndex As Integer,
subitemName As String,
shift As ShiftKey
)
Dim instance As IWinListView
Dim itemIndex As Integer
Dim subitemName As String
Dim shift As ShiftKey
instance.ClickItemR(itemIndex, subitemName,
shift)
void ClickItemR(
int itemIndex,
String^ subitemName,
ShiftKey shift
)
Parameters
- itemIndex
- Type: SystemInt32
The zero-based index of the item. - subitemName
- Type: SystemString
The subitem's name. - shift
- Type: SmartBear.TestLeft.TestObjectsShiftKey
The button that is pressed when a click is performed.
Exceptions See Also