ToolStrip.GetChildAtPoint Method

Definition

Retrieves the child control at a specified location.

Overloads

GetChildAtPoint(Point)

This method is not relevant for this class.

GetChildAtPoint(Point, GetChildAtPointSkip)

This method is not relevant for this class.

GetChildAtPoint(Point)

This method is not relevant for this class.

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

Parameters

point
Point

A Point.

Returns

The child Control that is located at the specified coordinates.

Remarks

This method is not relevant for this class.

Applies to

GetChildAtPoint(Point, GetChildAtPointSkip)

This method is not relevant for this class.

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

Parameters

pt
Point

A Point value.

Returns

The child Control that is located at the specified coordinates.

Remarks

This method is not relevant for this class.

Applies to