ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonTabGroupCollection Class / Item Property / Item(Int32) Property
Index of the item.

In This Topic
    Item(Int32) Property
    In This Topic
    Gets or sets the RibbonContextualTabGroup at the specified position in the collection.
    Syntax
    'Declaration
     
    Public Overloads Property Item( _
       ByVal index As System.Integer _
    ) As RibbonContextualTabGroup
    public RibbonContextualTabGroup Item( 
       System.int index
    ) {get; set;}

    Parameters

    index
    Index of the item.

    Property Value

    The RibbonContextualTabGroup at the specified index.
    See Also