ToolStrip.GetChildAtPoint Yöntem

Tanım

Belirtilen bir konumdan alt denetimi alır.

Aşırı Yüklemeler

GetChildAtPoint(Point)

Bu yöntem bu sınıf için uygun değildir.

GetChildAtPoint(Point, GetChildAtPointSkip)

Bu yöntem bu sınıf için uygun değildir.

GetChildAtPoint(Point)

Bu yöntem bu sınıf için uygun değildir.

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

Parametreler

point
Point

Bir Point.

Döndürülenler

Control

Belirtilen koordinatlarda bulunan alt Control öğe.

Açıklamalar

Bu yöntem bu sınıf için uygun değildir.

Şunlara uygulanır

GetChildAtPoint(Point, GetChildAtPointSkip)

Bu yöntem bu sınıf için uygun değildir.

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

Parametreler

pt
Point

Bir Point değer.

Döndürülenler

Control

Belirtilen koordinatlarda bulunan alt Control öğe.

Açıklamalar

Bu yöntem bu sınıf için uygun değildir.

Şunlara uygulanır