RibbonGalleryBarItem Constructors
A ribbon item used to display the gallery bar functionality.Name | Parameters | Description |
---|---|---|
RibbonGalleryBarItem() | none | Initializes a new instance of the RibbonGalleryBarItem class with default settings. |
RibbonGalleryBarItem(String, RibbonGalleryGroup[]) | name, groups | Initializes a new instance of the RibbonGalleryBarItem class with the specified name. |
RibbonGalleryBarItem(String) | name | Initializes a new instance of the RibbonGalleryBarItem class with the specified name. |
See Also