[]
Creates a new instance of RibbonGalleryItem.
public RibbonGalleryItem()
Creates a new instance of RibbonGalleryItem.
public RibbonGalleryItem(string text)
| Type | Name | Description |
|---|---|---|
| string | text | The initial value for the Text property. |
Creates a new instance of RibbonGalleryItem.
public RibbonGalleryItem(string text, Image largeImage)
| Type | Name | Description |
|---|---|---|
| string | text | The initial value for the Text property. |
| Image | largeImage | The image to use as a large icon. |