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