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.
Gets or sets the mouse hover duration in milliseconds.
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
Public Shared Property HoverDuration As Integer
public static int HoverDuration { get; set; }
public:
static property int HoverDuration {
int get ();
void set (int value);
}
static member HoverDuration : int with get, set
static function get HoverDuration () : int
static function set HoverDuration (value : int)
Property Value
Type: System.Int32
Current settings of the mouse hover duration.
.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.