IPropertyGridViewDblClickValueR Method (Int32, ShiftKey) |
Simulates a double right click on the specified item's cell value.
Namespace:
SmartBear.TestLeft.TestObjects
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax void DblClickValueR(
int itemIndex,
ShiftKey shift
)
Sub DblClickValueR (
itemIndex As Integer,
shift As ShiftKey
)
Dim instance As IPropertyGridView
Dim itemIndex As Integer
Dim shift As ShiftKey
instance.DblClickValueR(itemIndex, shift)
void DblClickValueR(
int itemIndex,
ShiftKey shift
)
Parameters
- itemIndex
- Type: SystemInt32
The zero-based index of the item. - shift
- Type: SmartBear.TestLeft.TestObjectsShiftKey
The button that is pressed when a click is performed.
Exceptions See Also