Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / Elements Class / Item Property


In This Topic
    Item Property (Elements)
    In This Topic
    Gets the element at the specified index within the collection.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Default Property Item( _
       ByVal index As Integer _
    ) As Object
    'Usage
     
    
    Dim instance As Elements
    Dim index As Integer
    Dim value As Object
     
    value = instance.Item(index)
    public virtual object this[ 
       int index
    ]; {get;}

    Parameters

    index
    See Also