ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / DropDownItemCollection Class / Item Property
The indexed location of the item in the collection.

In This Topic
    Item Property (DropDownItemCollection)
    In This Topic
    Gets or sets the item at the specified indexed location in the collection.
    Syntax
    'Declaration
     
    Public Default Property Item( _
       ByVal index As Integer _
    ) As DropDownItem
    public DropDownItem this[ 
       int index
    ]; {get; set;}

    Parameters

    index
    The indexed location of the item in the collection.

    Property Value

    An DropDownItem that represents the item at the specified indexed location.
    See Also