MouseHoverAttribute Class

 

An attribute to be placed on an event handler for MouseHover, specifying the delay between the time when the mouse stops moving and the generation of the hover event.

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

System.Object
  System.Attribute
    Microsoft.VisualStudio.Text.Editor.MouseHoverAttribute

[AttributeUsageAttribute(AttributeTargets.Method, Inherited = false, 
	AllowMultiple = false)]
public sealed class MouseHoverAttribute : Attribute

NameDescription
System_CAPS_pubmethodMouseHoverAttribute(Int32)

Initializes a new instance of MouseHoverAttribute.

NameDescription
System_CAPS_pubpropertyDelay

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

System_CAPS_pubpropertyTypeId

(Inherited from Attribute.)

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Attribute.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Attribute.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodIsDefaultAttribute()

(Inherited from Attribute.)

System_CAPS_pubmethodMatch(Object)

(Inherited from Attribute.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

The default, if no mouse hover attribute is specified, is 150 milliseconds.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: