ToolStrip.GetChildAtPoint Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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
- skipValue
- GetChildAtPointSkip
A GetChildAtPointSkip value.
Returns
The child Control that is located at the specified coordinates.
Remarks
This method is not relevant for this class.