IControlDblClickM Method (Int32, Int32, ShiftKey) |
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,
ShiftKey shift
)
Sub DblClickM (
clientX As Integer,
clientY As Integer,
shift As ShiftKey
)
Dim instance As IControl
Dim clientX As Integer
Dim clientY As Integer
Dim shift As ShiftKey
instance.DblClickM(clientX, clientY, shift)
void DblClickM(
int clientX,
int clientY,
ShiftKey shift
)
Parameters
- clientX
- Type: SystemInt32
The X coordinate of the click point. - clientY
- Type: SystemInt32
The Y coordinate of the click point. - shift
- Type: SmartBear.TestLeft.TestObjectsShiftKey
The button that is pressed when a click is performed.
See Also