SystemInformation.MouseHoverSize Property

Definition

Gets the dimensions, in pixels, of the rectangle within which the mouse pointer has to stay for the mouse hover time before a mouse hover message is generated.

public:
 static property System::Drawing::Size MouseHoverSize { System::Drawing::Size get(); };
public static System.Drawing.Size MouseHoverSize { get; }
static member MouseHoverSize : System.Drawing.Size
Public Shared ReadOnly Property MouseHoverSize As Size

Property Value

A Size that indicates the dimensions, in pixels, of the rectangle within which the mouse pointer has to stay for the mouse hover time before a mouse hover message is generated.

Remarks

The 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.

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

Applies to

See also