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.
Pauses the mouse on the specified control.
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
Public Shared Sub Hover ( _
control As UITestControl _
)
public static void Hover(
UITestControl control
)
public:
static void Hover(
UITestControl^ control
)
static member Hover :
control:UITestControl -> unit
public static function Hover(
control : UITestControl
)
Parameters
- control
Type: Microsoft.VisualStudio.TestTools.UITesting.UITestControl
UITestControl to be hovered.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.