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

适用于