IQtTreeItemDblClickM Method (Int32) |
Simulates a double-click of the middle mouse button on the item column.
Namespace:
SmartBear.TestLeft.TestObjects.Qt
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax void DblClickM(
int columnIndex
)
Sub DblClickM (
columnIndex As Integer
)
Dim instance As IQtTreeItem
Dim columnIndex As Integer
instance.DblClickM(columnIndex)
void DblClickM(
int columnIndex
)
Parameters
- columnIndex
- Type: SystemInt32
The zero-based index of the column.
Exceptions See Also