InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / C1InputPanel Class / GetItemAt Method

In This Topic
    GetItemAt Method (C1InputPanel)
    In This Topic
    Returns the InputComponent that is located at specified client point of the C1InputPanel.
    Syntax
    'Declaration
     
    Public Function GetItemAt( _
       ByVal point As Point _
    ) As InputComponent
    public InputComponent GetItemAt( 
       Point point
    )

    Parameters

    point
    See Also