Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1CommandLinks Class / Item Property

In This Topic
    Item Property (C1CommandLinks)
    In This Topic
    Gets or sets the element at the specified index.
    Syntax
    'Declaration
     
    
    Public Shadows Default Property Item( _
       ByVal idx As Integer _
    ) As C1CommandLink
    public new C1CommandLink this[ 
       int idx
    ]; {get; set;}

    Parameters

    idx
    See Also