SystemParameters.MouseHoverTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.