[]
        
(Showing Draft Content)

C1.Win.Ribbon.RibbonGalleryItemCollection.Add

Add Method

Add(string)

Adds a RibbonGalleryItem item to the collection.

Declaration
public RibbonGalleryItem Add(string text)
Public Function Add(text As String) As RibbonGalleryItem
Parameters
Type Name Description
string text

The text to display on the new GalleryItem.

Returns
Type Description
RibbonGalleryItem