Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1Commands Class / Item Property / Item(Int32) Property

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

    Parameters

    idx
    See Also