IQuickInfoSession.TrackMouse Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether this session tracks the mouse.
public:
property bool TrackMouse { bool get(); };
public:
property bool TrackMouse { bool get(); };
public bool TrackMouse { get; }
member this.TrackMouse : bool
Public ReadOnly Property TrackMouse As Boolean
Property Value
true if the session tracks the mouse, otherwise false.
Remarks
When the session tracks the mouse, it will be dismissed when the mouse pointer leaves the applicability span for this session.