GetChildAtPoint(Point) Method
In This Topic
Syntax
'Declaration
Public Overloads Function GetChildAtPoint( _
ByVal As System.Drawing.Point _
) As System.Windows.Forms.Control
'Usage
Dim instance As DicomViewer
Dim pt As System.Drawing.Point
Dim value As System.Windows.Forms.Control
value = instance.GetChildAtPoint(pt)
public System.Windows.Forms.Control GetChildAtPoint(
System.Drawing.Point
)
public function GetChildAtPoint(
: System.Drawing.Point
): System.Windows.Forms.Control;
public function GetChildAtPoint(
: System.Drawing.Point
) : System.Windows.Forms.Control;
public: System.Windows.Forms.Control* GetChildAtPoint(
System.Drawing.Point
)
public:
System.Windows.Forms.Control^ GetChildAtPoint(
System.Drawing.Point
)
Parameters
- pt
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also