ComponentOne Ribbon for WinForms
AddLabel Method

C1.Win.C1Ribbon.4 Assembly > C1.Win.C1Ribbon Namespace > RibbonGalleryItemCollection Class : AddLabel Method
The text to display on the new GalleryLabel.
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

Reference

RibbonGalleryItemCollection Class
RibbonGalleryItemCollection Members