InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / C1InputPanel Class / GetItemBounds Method / GetItemBounds(InputComponent,InputElementType) Method
The input component whose bounds are calculated.
The type of the specific element in the input component.

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

    Parameters

    inputComponent
    The input component whose bounds are calculated.
    elementType
    The type of the specific element in the input component.
    See Also