IToolTipService Interface

Definition

Cross platform service for the creation and management of ToolTips.

public interface class IToolTipService
public interface IToolTipService
type IToolTipService = interface
Public Interface IToolTipService

Examples

[Import]
internal IToolTipService tooltipService;

Remarks

This class is a MEF component part and it can be imported via the code in the example.

Methods

CreatePresenter(ITextView, ToolTipParameters)

Creates a new non-visible ToolTip presenter.

Applies to