ActivityDesigner.ShowInPlaceTip(String, Rectangle) 方法

定义

在指定的矩形位置显示指定的工具提示。

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)

参数

infoTip
String

包含要显示的工具提示的字符串。

rectangle
Rectangle

一个 Rectangle,用于定义要显示工具提示的位置。

适用于