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