WebBrowserBase.GetChildAtPoint Method
.NET Framework 4.5
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Retrieves the child control at a specified location.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
GetChildAtPoint(Point) | Retrieves the child control that is located at the specified coordinates. (Inherited from 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. (Inherited from Control.) |