IPropertyGridViewDblClickLabelR Method (Int32) |
Simulates a double right click on the specified item's label.
Namespace:
SmartBear.TestLeft.TestObjects
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax void DblClickLabelR(
int itemIndex
)
Sub DblClickLabelR (
itemIndex As Integer
)
Dim instance As IPropertyGridView
Dim itemIndex As Integer
instance.DblClickLabelR(itemIndex)
void DblClickLabelR(
int itemIndex
)
Parameters
- itemIndex
- Type: SystemInt32
The zero-based index of the item.
Exceptions See Also