FlexChart | ComponentOne
C1.Win.Ribbon.4.8 Assembly / C1.Win.Ribbon Namespace / QatCustomButtonCollection Class / Item Property / Item(Int32) Property
Index of the item.

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

    Parameters

    index
    Index of the item.

    Property Value

    The RibbonButton at the specified index.
    See Also