NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Control.GetChildAtPoint

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;

Parameters

pt
Client coordinates to look for control at.

Return Value

control that contains the specified point.

See Also

Control Class | Control Members | System.WinForms Namespace