[]
        
(Showing Draft Content)

C1.Win.Ribbon.RibbonGalleryItem.-ctor

RibbonGalleryItem Constructor

RibbonGalleryItem()

Creates a new instance of RibbonGalleryItem.

Declaration
public RibbonGalleryItem()
Public Sub New()

RibbonGalleryItem(string)

Creates a new instance of RibbonGalleryItem.

Declaration
public RibbonGalleryItem(string text)
Public Sub New(text As String)
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)
Public Sub New(text As String, largeImage As Image)
Parameters
Type Name Description
string text

The initial value for the Text property.

Image largeImage

The image to use as a large icon.