ToolStrip.GetChildAtPoint Methode

Definition

Ruft das untergeordnete Steuerelement an einer angegebenen Position ab.

Überlädt

Name Beschreibung
GetChildAtPoint(Point)

Diese Methode ist für diese Klasse nicht relevant.

GetChildAtPoint(Point, GetChildAtPointSkip)

Diese Methode ist für diese Klasse nicht relevant.

GetChildAtPoint(Point)

Quelle:
ToolStrip.cs
Quelle:
ToolStrip.cs
Quelle:
ToolStrip.cs
Quelle:
ToolStrip.cs
Quelle:
ToolStrip.cs

Diese Methode ist für diese Klasse nicht relevant.

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

Parameter

point
Point

Ein Point.

Gibt zurück

Das untergeordnete Element Control , das sich an den angegebenen Koordinaten befindet.

Hinweise

Diese Methode ist für diese Klasse nicht relevant.

Gilt für:

GetChildAtPoint(Point, GetChildAtPointSkip)

Quelle:
ToolStrip.cs
Quelle:
ToolStrip.cs
Quelle:
ToolStrip.cs
Quelle:
ToolStrip.cs
Quelle:
ToolStrip.cs

Diese Methode ist für diese Klasse nicht relevant.

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

Parameter

pt
Point

Ein Point-Wert.

Gibt zurück

Das untergeordnete Element Control , das sich an den angegebenen Koordinaten befindet.

Hinweise

Diese Methode ist für diese Klasse nicht relevant.

Gilt für: