IControlHoverMouse Method (Int32, Int32) |
Places the mouse pointer over the specified control.
Namespace:
SmartBear.TestLeft.TestObjects
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax void HoverMouse(
int clientX,
int clientY
)
Sub HoverMouse (
clientX As Integer,
clientY As Integer
)
Dim instance As IControl
Dim clientX As Integer
Dim clientY As Integer
instance.HoverMouse(clientX, clientY)
void HoverMouse(
int clientX,
int clientY
)
Parameters
- clientX
- Type: SystemInt32
The X coordinate of the target position. - clientY
- Type: SystemInt32
The Y coordinate of the target position.
See Also