Mouse.Hover Method (UITestControl)
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.UITestControlUITestControl 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.