IInteractiveQuickInfoContent.IsMouseOverAggregated Property

Definition

Gets a value indicating whether the mouse pointer is located over this interactive Quick Info content, including any parts that are out of the Quick Info visual tree (such as popups).

public:
 property bool IsMouseOverAggregated { bool get(); };
public:
 property bool IsMouseOverAggregated { bool get(); };
public bool IsMouseOverAggregated { get; }
member this.IsMouseOverAggregated : bool
Public ReadOnly Property IsMouseOverAggregated As Boolean

Property Value

True if the mouse is over the Quick Info content, otherwise false.

Applies to