IListBoxClickItemXY Method (Int32, Int32, Int32) |
Simulates a single 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 ClickItemXY(
int itemIndex,
int x,
int y
)
Sub ClickItemXY (
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.ClickItemXY(itemIndex, x, y)
void ClickItemXY(
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