ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / ElementList Class / Item Property
Index of the element to get or set.

In This Topic
    Item Property (ElementList)
    In This Topic
    Gets or sets the Element at a specified index in the list.
    Syntax
    'Declaration
     
    Public Shadows Default Property Item( _
       ByVal index As System.Integer _
    ) As Element
    public new Element this[ 
       System.int index
    ]; {get; set;}

    Parameters

    index
    Index of the element to get or set.

    Property Value

    The Element at the specified index.
    See Also