Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates and displays tooltips.
Namespace: Microsoft.VisualStudio.Text.Adornments
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Syntax
'Declaration
Public Interface IToolTipProvider
public interface IToolTipProvider
public interface class IToolTipProvider
type IToolTipProvider = interface end
public interface IToolTipProvider
The IToolTipProvider type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
ClearToolTip | Removes the tooltip currently being displayed, if any. |
![]() |
ShowToolTip(ITrackingSpan, Object) | Creates and displays a tooltip. |
![]() |
ShowToolTip(ITrackingSpan, Object, PopupStyles) | Creates and displays a tooltip. |
Top