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