IListBoxDblClickItem Method (Int32) |
Moves the mouse cursor to Item and then simulates a double click on it.
Namespace:
SmartBear.TestLeft.TestObjects
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax void DblClickItem(
int itemIndex
)
Sub DblClickItem (
itemIndex As Integer
)
Dim instance As IListBox
Dim itemIndex As Integer
instance.DblClickItem(itemIndex)
void DblClickItem(
int itemIndex
)
Parameters
- itemIndex
- Type: SystemInt32
Index of the item.
Exceptions See Also