IQuickInfoSession.TrackMouse Property

Definition

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.

Applies to