ToolStrip::GetChildAtPoint Method (Point)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

This method is not relevant for this class.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
Control^ GetChildAtPoint(
	Point point
)

Parameters

point
Type: System.Drawing::Point

A Point.

Return Value

Type: System.Windows.Forms::Control^

The child Control that is located at the specified coordinates.

This method is not relevant for this class.

.NET Framework
Available since 2.0
Return to top
Show: