HEBoldRibbonCommand Constructors
A Ribbon item that allows bold formatting to be applied to the text selected within the design view area.| Name | Parameters | Description |
|---|---|---|
| HEBoldRibbonCommand() | none | Initializes a new instance of the HEBoldRibbonCommand class with default settings. |
| HEBoldRibbonCommand(RibbonItemSize) | size | Initializes a new instance of the HEBoldRibbonCommand class with the specified item size. |
| HEBoldRibbonCommand(String, RibbonItemSize) | text, size | Initializes a new instance of the HEBoldRibbonCommand class with the specified settings. |
| HEBoldRibbonCommand(String) | text | Initializes a new instance of the HEBoldRibbonCommand class with the specified item text. |
See Also