Skip to main content
A newer version of this page is available. .

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