ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / ActionCollection Class / Item Property / Item(Int32) Property

In This Topic
    Item(Int32) Property
    In This Topic
    Gets the specified Action from the collection by numeric index.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal i As System.Integer _
    ) As Action
    public Action Item( 
       System.int i
    ) {get;}

    Parameters

    i
    See Also