ILightBulbSession::TrackMouse Property

Visual Studio 2015
 

Determines whether this session is tracking 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 this session is tracking the mouse, otherwise false.

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

Return to top
Show: