MouseHoverAttribute(Int32) Constructor
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.
Initializes a new instance of MouseHoverAttribute.
public:
MouseHoverAttribute(int delay);
public:
MouseHoverAttribute(int delay);
MouseHoverAttribute(int delay);
public MouseHoverAttribute (int delay);
new Microsoft.VisualStudio.Text.Editor.MouseHoverAttribute : int -> Microsoft.VisualStudio.Text.Editor.MouseHoverAttribute
Public Sub New (delay As Integer)
Parameters
- delay
- Int32
The time in milliseconds between the time when the mouse stops moving and the generation of the hover event.