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