IToolTipService Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |