WorkflowView.ShowInPlaceToolTip(String, Rectangle) メソッド

定義

指定した場所にある ToolTip を表示します。

public:
 void ShowInPlaceToolTip(System::String ^ toolTipText, System::Drawing::Rectangle toolTipRectangle);
public void ShowInPlaceToolTip(string toolTipText, System.Drawing.Rectangle toolTipRectangle);
member this.ShowInPlaceToolTip : string * System.Drawing.Rectangle -> unit
Public Sub ShowInPlaceToolTip (toolTipText As String, toolTipRectangle As Rectangle)

パラメーター

toolTipText
String

表示するテキスト。

toolTipRectangle
Rectangle

Rectangleを配置する画面上の場所を指定するToolTip

注釈

ToolTips は、ポインターの下にオブジェクトに関する有用な情報を表示するユーザーに役立つメモです。

ShowInPlaceToolTipを使用して、指定したテキストと目的の場所を含むToolTipを表示します。

適用対象