SystemParameters.MouseHoverTime Property

Definition

Gets the time, in milliseconds, that the mouse pointer must remain in the hover rectangle to generate a mouse-hover event.

public:
 static property TimeSpan MouseHoverTime { TimeSpan get(); };
public static TimeSpan MouseHoverTime { get; }
static member MouseHoverTime : TimeSpan
Public Shared ReadOnly Property MouseHoverTime As TimeSpan

Property Value

The time, in milliseconds, that the mouse must be in the hover rectangle to generate a mouse-hover event.

Remarks

Maps to SPI_GETMOUSEHOVERTIME. See SystemParametersInfo.

XAML attribute usage

<object property="{ SystemParameters.MouseHoverTime}"/>

Applies to