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