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

In This Topic
    Item(String) Property
    In This Topic
    Gets the specified Action from the collection by name.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal name As System.String _
    ) As Action
    public Action Item( 
       System.string name
    ) {get;}

    Parameters

    name
    See Also