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)
Syntax
'宣言
ReadOnly Property TrackMouse As Boolean
Get
bool TrackMouse { get; }
property bool TrackMouse {
bool get ();
}
abstract TrackMouse : bool
function get TrackMouse () : boolean
Property Value
Type: System.Boolean
true if the session tracks the mouse, otherwise false.
Remarks
When the session tracks the mouse, it is dismissed when the mouse pointer leaves the applicability span for this session.
.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.