ToolStrip.GetChildAtPoint 메서드

정의

지정한 위치에 있는 자식 컨트롤을 검색합니다.

오버로드

GetChildAtPoint(Point)

이 메서드는 이 클래스와 관련이 없습니다.

GetChildAtPoint(Point, GetChildAtPointSkip)

이 메서드는 이 클래스와 관련이 없습니다.

GetChildAtPoint(Point)

이 메서드는 이 클래스와 관련이 없습니다.

public:
 System::Windows::Forms::Control ^ GetChildAtPoint(System::Drawing::Point point);
public System.Windows.Forms.Control GetChildAtPoint (System.Drawing.Point point);
override this.GetChildAtPoint : System.Drawing.Point -> System.Windows.Forms.Control
Public Function GetChildAtPoint (point As Point) As Control

매개 변수

point
Point

Point

반환

Control

지정된 좌표에 위치한 자식 Control입니다.

설명

이 메서드는 이 클래스와 관련이 없습니다.

적용 대상

GetChildAtPoint(Point, GetChildAtPointSkip)

이 메서드는 이 클래스와 관련이 없습니다.

public:
 System::Windows::Forms::Control ^ GetChildAtPoint(System::Drawing::Point pt, System::Windows::Forms::GetChildAtPointSkip skipValue);
public System.Windows.Forms.Control GetChildAtPoint (System.Drawing.Point pt, System.Windows.Forms.GetChildAtPointSkip skipValue);
override this.GetChildAtPoint : System.Drawing.Point * System.Windows.Forms.GetChildAtPointSkip -> System.Windows.Forms.Control
Public Function GetChildAtPoint (pt As Point, skipValue As GetChildAtPointSkip) As Control

매개 변수

pt
Point

Point 값입니다.

skipValue
GetChildAtPointSkip

GetChildAtPointSkip 값입니다.

반환

Control

지정된 좌표에 위치한 자식 Control입니다.

설명

이 메서드는 이 클래스와 관련이 없습니다.

적용 대상