Retrieves the child control that is located at the specified client coordinates.
[Visual Basic] Public Function GetChildAtPoint( _ ByVal pt As Point _ ) As Control [C#] public Control GetChildAtPoint( Point pt ); [C++] public: Control* GetChildAtPoint( Point pt ); [JScript] public function GetChildAtPoint( pt : Point ) : Control;
control that contains the specified point.