IToolTipPresenter 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.
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 |
Events
Dismissed |
Invoked upon dismissal of the ToolTip's popup view. |