Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonGalleryItem Class / RibbonGalleryItem Constructor / RibbonGalleryItem Constructor(String,Image)
The initial value for the RibbonGalleryItem.Text property.
The image to use as a large icon.

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

    Parameters

    text
    The initial value for the RibbonGalleryItem.Text property.
    largeImage
    The image to use as a large icon.
    See Also