ToolStrip.GetChildAtPoint 메서드

정의

지정된 위치에서 자식 컨트롤을 검색합니다.

오버로드

Name Description
GetChildAtPoint(Point)

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

GetChildAtPoint(Point, GetChildAtPointSkip)

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

GetChildAtPoint(Point)

Source:
ToolStrip.cs
Source:
ToolStrip.cs
Source:
ToolStrip.cs
Source:
ToolStrip.cs
Source:
ToolStrip.cs

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

public:
 System::Windows::Forms::Control ^ GetChildAtPoint(System::Drawing::Point 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 입니다.

설명

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

적용 대상

GetChildAtPoint(Point, GetChildAtPointSkip)

Source:
ToolStrip.cs
Source:
ToolStrip.cs
Source:
ToolStrip.cs
Source:
ToolStrip.cs
Source:
ToolStrip.cs

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

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);
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 입니다.

설명

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

적용 대상