IListBoxDblClickItemXY Method (Int32, Int32, Int32) |
Simulates a double click at position (X, Y) in item-relative coordinates.
Namespace:
SmartBear.TestLeft.TestObjects
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax void DblClickItemXY(
int itemIndex,
int x,
int y
)
Sub DblClickItemXY (
itemIndex As Integer,
x As Integer,
y As Integer
)
Dim instance As IListBox
Dim itemIndex As Integer
Dim x As Integer
Dim y As Integer
instance.DblClickItemXY(itemIndex, x,
y)
void DblClickItemXY(
int itemIndex,
int x,
int y
)
Parameters
- itemIndex
- Type: SystemInt32
Index of the item. - x
- Type: SystemInt32
X coordinate - y
- Type: SystemInt32
Y coordinate
Exceptions See Also