property HTML.AllowCopyPaste as AllowCopyPasteEnum
Determines whether the control automatically handles Copy (CTRL + C), Cut (CTRL + X), and Paste(CTRL + V) operations.

TypeDescription
AllowCopyPasteEnum A combination of AllowCopyPasteEnum that determines whether whether the control automatically handles Copy (CTRL + C), Cut (CTRL + X), and Paste(CTRL + V) operations.
By default, the AllowCopyPaste property is exAllowCopy | exAllowCut | exAllowPasteText | exAllowPasteImage (15), which indicates that all clipboard operations are allowed. The AllowCopyPaste property controls whether the control will automatically respond to clipboard operations:

You can enable or disable individual operations by combining values from the AllowCopyPasteEnum enumeration using bitwise OR (| or Or).

For instance: