WorkflowView.ShowInPlaceToolTip(String, Rectangle) 方法

定義

顯示在指定位置的 a 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 指定文字和想要的位置。

適用於