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

適用対象