IToolTipProvider Interface

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
Public method ClearToolTip Removes the tooltip currently being displayed, if any.
Public method ShowToolTip(ITrackingSpan, Object) Creates and displays a tooltip.
Public method ShowToolTip(ITrackingSpan, Object, PopupStyles) Creates and displays a tooltip.

Top

See Also

Reference

Microsoft.VisualStudio.Text.Adornments Namespace