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