ComponentOne Olap for WinForms
C1.Win.Olap.4 Assembly / C1.Win.Olap Namespace / C1OlapPrintPreviewDialog 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