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