Skybound VisualTips

IVisualTipExtender.GetChildAtPoint Method 

Returns the child component which containes the given coordinates.

[Visual Basic]
Function GetChildAtPoint( _
   ByVal control As Control, _
   ByVal x As Integer, _
   ByVal y As Integer _
) As Object
[C#]
object GetChildAtPoint(
   Control control,
   int x,
   int y
);

Parameters

control
The parent Control whose child component is to be returned.
x
The x-coordinate of the mouse.
y
The y-coordinate of the mouse.

Return Value

The child component which contains the given coordinates.

See Also

IVisualTipExtender Interface | Skybound.VisualTips Namespace