ToolStrip.GetChildAtPoint 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정한 위치에 있는 자식 컨트롤을 검색합니다.
오버로드
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
매개 변수
반환
지정된 좌표에 위치한 자식 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
매개 변수
- skipValue
- GetChildAtPointSkip
GetChildAtPointSkip 값입니다.
반환
지정된 좌표에 위치한 자식 Control입니다.
설명
이 메서드는 이 클래스와 관련이 없습니다.