Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonGalleryItem Class / RibbonGalleryItem Constructor / RibbonGalleryItem Constructor(String)
The initial value for the RibbonGalleryItem.Text property.

In This Topic
    RibbonGalleryItem Constructor(String)
    In This Topic
    Creates a new instance of RibbonGalleryItem.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal text As String _
    )
    public RibbonGalleryItem( 
       string text
    )

    Parameters

    text
    The initial value for the RibbonGalleryItem.Text property.
    See Also