MouseHoverAttribute(Int32) Constructor

Definition

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.

Applies to