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,定義要顯示工具提示的位置。

適用於