ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonQatLinkCollection Class / Add Method

In This Topic
    Add Method (RibbonQatLinkCollection)
    In This Topic
    Adds an item to the end of the collection.
    Syntax
    'Declaration
     
    Public Function Add( _
       ByVal item As System.ComponentModel.Component _
    ) As System.Integer
    public System.int Add( 
       System.ComponentModel.Component item
    )

    Parameters

    item
    See Also