Click or drag to resize

IControlDblClickM Method (Int32, Int32)

Simulates a middle-button double click in a window or control.

Namespace:  SmartBear.TestLeft.TestObjects
Assembly:  SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax
void DblClickM(
	int clientX,
	int clientY
)

Parameters

clientX
Type: SystemInt32
The X coordinate of the click point.
clientY
Type: SystemInt32
The Y coordinate of the click point.
See Also