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