Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of MouseHoverAttribute.
Namespace:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Syntax
'Declaration
Public Sub New ( _
    delay As Integer _
)
public MouseHoverAttribute(
    int delay
)
public:
MouseHoverAttribute(
    int delay
)
new : 
        delay:int -> MouseHoverAttribute
public function MouseHoverAttribute(
    delay : int
)
Parameters
- delay
 Type: System.Int32
 The time in milliseconds between the time when the mouse stops moving and the generation of the hover event.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.