ActivityDesigner.ShowInPlaceTip(String, Rectangle) 메서드

정의

지정된 사각형 위치에 지정된 도구 설명을 표시합니다.

protected:
 void ShowInPlaceTip(System::String ^ infoTip, System::Drawing::Rectangle rectangle);
protected void ShowInPlaceTip (string infoTip, System.Drawing.Rectangle rectangle);
member this.ShowInPlaceTip : string * System.Drawing.Rectangle -> unit
Protected Sub ShowInPlaceTip (infoTip As String, rectangle As Rectangle)

매개 변수

infoTip
String

표시할 도구 설명이 들어 있는 문자열입니다.

rectangle
Rectangle

도구 설명을 표시할 위치를 정의하는 Rectangle입니다.

적용 대상