Ribbon for WinForms | ComponentOne
C1.Win.Ribbon 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 Component _
    ) As Integer
    public int Add( 
       Component item
    )

    Parameters

    item
    See Also