ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonGalleryItem Class / RibbonGalleryItem Constructor / RibbonGalleryItem Constructor(String,Image)
The initial value for the text property.
The initial value for the RibbonItem.LargeImage property.

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

    Parameters

    text
    The initial value for the text property.
    largeImage
    The initial value for the RibbonItem.LargeImage property.
    See Also