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