共用方式為


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

指定螢幕上的位置以放置 RectangleToolTip

備註

ToolTips 對使用者是很有幫助的說明,它會顯示指標下方物件的實用資訊。

使用 ShowInPlaceToolTip,以指定的文字和所需的位置來顯示 ToolTip

適用於