IToolTipProvider::ShowToolTip Method (ITrackingSpan^, Object^, PopupStyles)
Visual Studio 2015
Creates and displays a tooltip.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Parameters
- span
-
Type:
Microsoft.VisualStudio.Text::ITrackingSpan^
The range of text for which the tooltip is relevant.
- toolTipContent
-
Type:
System::Object^
The content to be displayed in the tooltip. This must be a string or UIElement to be used by the WPF tooltip adornment surface.
- style
-
Type:
Microsoft.VisualStudio.Text.Adornments::PopupStyles
PopupStyles for the tooltip.
Show: