[]
        
(Showing Draft Content)

C1.Win.Ribbon.RibbonGalleryItem.-ctor

RibbonGalleryItem Constructor

RibbonGalleryItem()

Creates a new instance of RibbonGalleryItem.

Declaration
public RibbonGalleryItem()

RibbonGalleryItem(string)

Creates a new instance of RibbonGalleryItem.

Declaration
public RibbonGalleryItem(string text)
Parameters
Type Name Description
string text

The initial value for the Text property.

RibbonGalleryItem(string, Image)

Creates a new instance of RibbonGalleryItem.

Declaration
public RibbonGalleryItem(string text, Image largeImage)
Parameters
Type Name Description
string text

The initial value for the Text property.

Image largeImage

The image to use as a large icon.