WorkflowView.ShowInPlaceToolTip(String, Rectangle) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在指定位置顯示 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
要顯示的文字。
備註
ToolTips
對使用者是很有幫助的說明,它會顯示指標下方物件的實用資訊。
使用 ShowInPlaceToolTip,以指定的文字和所需的位置來顯示 ToolTip
。