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