Method SendMouseDblClickIf
SendMouseDblClickIf(ref bool, MouseButton)
Same as SendMouseDblClick(MouseButton) but checks for the condition
before sending action. This method sets condition
to
the result of the send action operation.
public bool SendMouseDblClickIf(ref bool condition, MouseButton button = MouseButton.Left)
Parameters
condition
boolbutton
MouseButton