IInteractiveQuickInfoContent.IsMouseOverAggregated 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.
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.