Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonGalleryItemCollection Class / Add Method / Add(String) Method
The text to display on the new GalleryItem.

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

    Parameters

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