IToolTipService.CreatePresenter(ITextView, ToolTipParameters) Method
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.
Creates a new non-visible ToolTip presenter.
public Microsoft.VisualStudio.Text.Adornments.IToolTipPresenter CreatePresenter (Microsoft.VisualStudio.Text.Editor.ITextView textView, Microsoft.VisualStudio.Text.Adornments.ToolTipParameters parameters = default);
abstract member CreatePresenter : Microsoft.VisualStudio.Text.Editor.ITextView * Microsoft.VisualStudio.Text.Adornments.ToolTipParameters -> Microsoft.VisualStudio.Text.Adornments.IToolTipPresenter
Public Function CreatePresenter (textView As ITextView, Optional parameters As ToolTipParameters = Nothing) As IToolTipPresenter
Parameters
- textView
- ITextView
The view that owns the tooltip.
- parameters
- ToolTipParameters
Parameters to create the tooltip with. Default is mouse tracking.
Returns
A new non-visible IToolTipPresenter.