IQuickInfoSession::TrackMouse Property

 

Determines whether this session tracks the mouse.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

property bool TrackMouse {
	bool get();
}

Property Value

Type: System::Boolean

true if the session tracks the mouse, otherwise false.

When the session tracks the mouse, it is dismissed when the mouse pointer leaves the applicability span for this session.

Return to top
Show: