다음을 통해 공유


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을 사용합니다.

적용 대상