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
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.