Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
SystemInformation.MouseHoverSize Property
Definition
- Namespace:
- System.Windows.Forms
- Assembly:
- System.Windows.Forms.dll
- Source:
- SystemInformation.cs
- Source:
- SystemInformation.cs
- Source:
- SystemInformation.cs
- Source:
- SystemInformation.cs
- Source:
- SystemInformation.cs
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 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
Feedback
Was this page helpful?
