Share via


Mouse.DoubleClick Method

Include Protected Members
Include Inherited Members

Double-clicks the mouse button.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public methodStatic member DoubleClick() Double-clicks the mouse button.
Public methodStatic member DoubleClick(Point) Double-clicks the default mouse button at the specified ___location.
Public methodStatic member DoubleClick(MouseButtons) Double-clicks the specified mouse button.
Public methodStatic member DoubleClick(ModifierKeys) Double-clicks the default mouse button that has modifiers.
Public methodStatic member DoubleClick(UITestControl) Double-clicks the default mouse button on the specified control.
Public methodStatic member DoubleClick(UITestControl, Point) Double-clicks the default mouse button on the specified control at the specified ___location that is relative to the control.
Public methodStatic member DoubleClick(UITestControl, MouseButtons) Double-clicks the specified mouse button on the specified control.
Public methodStatic member DoubleClick(UITestControl, ModifierKeys) Double-clicks the default mouse button on the control with modifiers.
Public methodStatic member DoubleClick(MouseButtons, ModifierKeys, Point) Double-clicks the specified mouse button while holding the specified modifier keys at the specified screen ___location.
Public methodStatic member DoubleClick(UITestControl, MouseButtons, ModifierKeys, Point) Double-clicks the specified mouse button on the specified control while holding the specified modifier keys at the specified ___location that is relative to that control.

Top

See Also

Reference

Mouse Class

Microsoft.VisualStudio.TestTools.UITesting Namespace