IQtTableWidgetDblClickCellR Method (String, Int32, ShiftKey) |
Simulates a double right click on the specified cell.
Namespace:
SmartBear.TestLeft.TestObjects.Qt
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax void DblClickCellR(
string rowName,
int columnIndex,
ShiftKey shift
)
Sub DblClickCellR (
rowName As String,
columnIndex As Integer,
shift As ShiftKey
)
Dim instance As IQtTableWidget
Dim rowName As String
Dim columnIndex As Integer
Dim shift As ShiftKey
instance.DblClickCellR(rowName, columnIndex,
shift)
void DblClickCellR(
String^ rowName,
int columnIndex,
ShiftKey shift
)
Parameters
- rowName
- Type: SystemString
The name of the row. - columnIndex
- Type: SystemInt32
The zero-based index of the column. - shift
- Type: SmartBear.TestLeft.TestObjectsShiftKey
The button that is pressed when a click is performed.
Exceptions See Also