ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonGalleryItemCollection Class / AddLabel Method
The text to display on the new GalleryLabel.

In This Topic
    AddLabel Method
    In This Topic
    Adds a RibbonGalleryLabel item to the collection.
    Syntax
    'Declaration
     
    Public Function AddLabel( _
       ByVal text As System.String _
    ) As RibbonGalleryLabel
    public RibbonGalleryLabel AddLabel( 
       System.string text
    )

    Parameters

    text
    The text to display on the new GalleryLabel.
    See Also