InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / C1InputPanel Class / GetItemRectangle Method

In This Topic
    GetItemRectangle Method (C1InputPanel)
    In This Topic
    Returns the size and location of the given InputComponent in pixels relative to the parent C1InputPanel control.
    Syntax
    'Declaration
     
    Public Function GetItemRectangle( _
       ByVal inputComponent As InputComponent _
    ) As Rectangle
    public Rectangle GetItemRectangle( 
       InputComponent inputComponent
    )

    Parameters

    inputComponent
    See Also