ActivityDesigner.ShowInfoTip メソッド

定義

ActivityDesigner に関する指定したヒントを表示します。

オーバーロード

ShowInfoTip(String, String)

指定したタイトルとテキストを使用して、ActivityDesigner に関するヒントを表示します。

ShowInfoTip(String)

指定したヒントを表示します。

注釈

派生クラスでオーバーライドしない限り、ShowInfoTip は、WorkflowView.ShowInfoTip ロジックを使用してヒントを表示します。

ShowInfoTip(String, String)

指定したタイトルとテキストを使用して、ActivityDesigner に関するヒントを表示します。

protected:
 void ShowInfoTip(System::String ^ title, System::String ^ infoTip);
protected void ShowInfoTip (string title, string infoTip);
member this.ShowInfoTip : string * string -> unit
Protected Sub ShowInfoTip (title As String, infoTip As String)

パラメーター

title
String

ヒントのタイトルを含む文字列。

infoTip
String

表示するヒントのテキストを含む文字列。

適用対象

ShowInfoTip(String)

指定したヒントを表示します。

protected:
 void ShowInfoTip(System::String ^ infoTip);
protected void ShowInfoTip (string infoTip);
member this.ShowInfoTip : string -> unit
Protected Sub ShowInfoTip (infoTip As String)

パラメーター

infoTip
String

InfoTip に表示するテキスト。

注釈

デザイナーに関する拡張情報の表示に使用できるテキストの四角形を表示するには、ShowInfoTip を使用します。

適用対象