Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains static methods for performing mouse actions.
Inheritance Hierarchy
Object
Microsoft.VisualStudio.TestTools.UITesting.Mouse
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assemblies: Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)
Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
<CLSCompliantAttribute(True)> _
Public Class Mouse _
Implements IDisposable
[CLSCompliantAttribute(true)]
public class Mouse : IDisposable
[CLSCompliantAttribute(true)]
public ref class Mouse : IDisposable
[<CLSCompliantAttribute(true)>]
type Mouse =
class
interface IDisposable
end
public class Mouse implements IDisposable
The Mouse type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
Mouse |
Top
Properties
Name | Description | |
---|---|---|
![]() ![]() |
HoverDuration | |
![]() ![]() |
Instance | |
![]() ![]() |
Location | |
![]() |
LocationImplementation | |
![]() ![]() |
MouseDragSpeed | |
![]() ![]() |
MouseMoveSpeed |
Top
Methods
Top
Remarks
No content here will be updated; please do not add material here.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.