InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputComponentCollection Class / Item Property / Item(Int32) Property
Index of the item.

In This Topic
    Item(Int32) Property
    In This Topic
    Gets or sets the InputComponent at the specified position in the collection.
    Syntax
    'Declaration
     
    Public Overloads Property Item( _
       ByVal index As Integer _
    ) As InputComponent
    public InputComponent Item( 
       int index
    ) {get; set;}

    Parameters

    index
    Index of the item.

    Property Value

    The InputComponent at the specified index.
    See Also