Control.GetChildAtPoint Method
.NET Framework 2.0
Retrieves the child control at a specified location.
| Name | Description |
|---|---|
| Control.GetChildAtPoint (Point) | Retrieves the child control that is located at the specified coordinates. |
| Control.GetChildAtPoint (Point, GetChildAtPointSkip) | Retrieves the child control that is located at the specified coordinates, specifying whether to ignore child controls of a certain type. |