Share via


IOverviewTipManager.UpdateTip Method

Definition

Update the ToolTip to reflect an appropriate tip for the specified mouse position.

public:
 bool UpdateTip(Microsoft::VisualStudio::Text::Editor::IVerticalScrollBar ^ margin, System::Windows::Input::MouseEventArgs ^ e, System::Windows::Controls::ToolTip ^ tip);
public bool UpdateTip (Microsoft.VisualStudio.Text.Editor.IVerticalScrollBar margin, System.Windows.Input.MouseEventArgs e, System.Windows.Controls.ToolTip tip);
abstract member UpdateTip : Microsoft.VisualStudio.Text.Editor.IVerticalScrollBar * System.Windows.Input.MouseEventArgs * System.Windows.Controls.ToolTip -> bool
Public Function UpdateTip (margin As IVerticalScrollBar, e As MouseEventArgs, tip As ToolTip) As Boolean

Parameters

margin
IVerticalScrollBar

The IVerticalScrollBar for which the tip should be displayed.

e
MouseEventArgs

The MouseEventArgs that cause the tip to be displayed.

tip
ToolTip

The ToolTip to update (manager must set the content, size, etc.).

Returns

True if this manager has modified the tip.

Applies to