\
ComponentOne List for WinForms
C1.Win.C1List.4.5.2 Assembly / C1.Win.C1List.ListBase Namespace / Frame Class / GetChildAtPoint Method / GetChildAtPoint(Point) Method

In This Topic
    GetChildAtPoint(Point) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function GetChildAtPoint( _
       ByVal pt As System.Drawing.Point _
    ) As System.Windows.Forms.Control
    public System.Windows.Forms.Control GetChildAtPoint( 
       System.Drawing.Point pt
    )

    Parameters

    pt
    See Also