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.

적용 대상