System.Windows.Forms.SystemInformation.MouseHoverTime Property

Gets the time, in milliseconds, that the mouse pointer has to stay in the hover rectangle before a mouse hover message is generated.

Syntax

public static int MouseHoverTime { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The SystemInformation.MouseHoverTime property indicates the amount of time, in milliseconds, that a mouse pointer must remain within an area the size of the SystemInformation.MouseHoverSize property in order to generate a mouse hover message.

The SystemInformation.MouseHoverSize property indicates the size of the rectangle within which the mouse pointer has to stay for the mouse hover time before a mouse hover message is generated.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0