Type | Description | |||
AllowCopyPasteEnum | An AllowCopyPasteEnum expression defines the Copy, Cut, and Paste operations that the control supports. This expression is a combination of values from the AllowCopyPasteEnum enumeration, allowing fine-grained control over clipboard operations. |
Keyboard Shortcuts:
You can use any of the following methods to programmatically perform Copy, Cut, or Paste operations on the selected items:
For example:
Press CTRL + C to copy the selected content.
Press CTRL + X to cut (remove) the selected content.
Press CTRL + V to paste content from the clipboard into the control.
This flexible approach allows developers to configure clipboard functionality based on their specific needs.