Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonQatLinkCollection Class / Sort Method

In This Topic
    Sort Method (RibbonQatLinkCollection)
    In This Topic
    Sorts the items in the collection using the specified comparer.
    Syntax
    'Declaration
     
    
    Public Sub Sort( _
       ByVal comparer As IComparer _
    ) 
    public void Sort( 
       IComparer comparer
    )

    Parameters

    comparer
    See Also