IQtTreeItemClickM Method (Int32) |
Simulates a 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 ClickM(
int columnIndex
)
Sub ClickM (
columnIndex As Integer
)
Dim instance As IQtTreeItem
Dim columnIndex As Integer
instance.ClickM(columnIndex)
void ClickM(
int columnIndex
)
Parameters
- columnIndex
- Type: SystemInt32
The zero-based index of the column.
Exceptions See Also