ActivityDesigner.ShowInPlaceTip(String, Rectangle) Method

Definition

Displays the specified tool tip in the specified rectangle location.

protected:
 void ShowInPlaceTip(System::String ^ infoTip, System::Drawing::Rectangle rectangle);
protected void ShowInPlaceTip (string infoTip, System.Drawing.Rectangle rectangle);
member this.ShowInPlaceTip : string * System.Drawing.Rectangle -> unit
Protected Sub ShowInPlaceTip (infoTip As String, rectangle As Rectangle)

Parameters

infoTip
String

A string that contains the tool tip to display.

rectangle
Rectangle

A Rectangle that defines the location at which to display the tool tip.

Applies to