IToolTipProvider Interface

Definition

Caution

Use IToolTipService instead

Creates and displays tooltips, using an arbitrary object as content.

public interface class IToolTipProvider
public interface class IToolTipProvider
__interface IToolTipProvider
public interface IToolTipProvider
[System.Obsolete("Use IToolTipService instead")]
public interface IToolTipProvider
type IToolTipProvider = interface
[<System.Obsolete("Use IToolTipService instead")>]
type IToolTipProvider = interface
Public Interface IToolTipProvider
Attributes

Methods

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.

Applies to