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