Edit

Share via


WorkflowView.ShowInPlaceToolTip(String, Rectangle) Method

Definition

Shows a ToolTip at the specified ___location.

public:
 void ShowInPlaceToolTip(System::String ^ toolTipText, System::Drawing::Rectangle toolTipRectangle);
public void ShowInPlaceToolTip(string toolTipText, System.Drawing.Rectangle toolTipRectangle);
member this.ShowInPlaceToolTip : string * System.Drawing.Rectangle -> unit
Public Sub ShowInPlaceToolTip (toolTipText As String, toolTipRectangle As Rectangle)

Parameters

toolTipText
String

The text to display.

toolTipRectangle
Rectangle

The Rectangle specifying the ___location on the screen to place the ToolTip.

Remarks

ToolTips are helpful notes to the user that display useful information about an object underneath the pointer.

Use ShowInPlaceToolTip to display a ToolTip with the specified text and a desired ___location.

Applies to