IInteractiveQuickInfoContent::IsMouseOverAggregated Property

Visual Studio 2015
 

Determines 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).

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

property bool IsMouseOverAggregated {
	bool get();
}

Property Value

Type: System::Boolean

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

Return to top
Show: