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