IToolTipPresenter Interface

Definition

A platform-specific ToolTip implementation.

public interface class IToolTipPresenter
public interface IToolTipPresenter
type IToolTipPresenter = interface
Public Interface IToolTipPresenter

Remarks

This type is proffered to the IDE via an IToolTipPresenterFactory and is always constructed and called purely on the UI thread. Each IToolTipPresenter is a single-use object that is responsible for converting the given content to into platform-specific UI elements and displaying them in a popup UI.

Methods

Dismiss()

Dismisses the popup and causes Dismissed to be fired.

StartOrUpdate(ITrackingSpan, IEnumerable<Object>)

Constructs a popup containing a platform-specific UI representation of content.

Events

Dismissed

Invoked upon dismissal of the ToolTip's popup view.

Applies to