TreeView for WinForms | ComponentOne
C1.Win.C1SuperTooltip Namespace / ImageCollection Class / Item Property / Item(Int32) Property
Index of the image to get or set.

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

    Parameters

    index
    Index of the image to get or set.

    Property Value

    The ImageEntry at the specified index.
    See Also