RibbonGalleryItem Constructors
A gallery item that can be displayed in the gallery bar (RibbonGalleryBarItem) or drop-down gallery (RibbonGalleryDropDownItem) items.Name | Parameters | Description |
---|---|---|
RibbonGalleryItem() | none | Initializes a new instance of the RibbonGalleryItem class with default settings. |
RibbonGalleryItem(String) | text | Initializes a new instance of the RibbonGalleryItem class with the specified text. |
See Also