MouseHoverAttribute Constructor (Int32)

 

Initializes a new instance of MouseHoverAttribute.

Namespace:   Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

public:
MouseHoverAttribute(
	int delay
)

Parameters

delay
Type: System::Int32

The time in milliseconds between the time when the mouse stops moving and the generation of the hover event.

Return to top
Show: