Returns or sets whether the grid should handle the clipboard keys and automatically perform cut, copy, and paste operations.
Public Property AutoClipboard As Boolean
Grid Object
Boolean
Setting this property to True causes the grid to monitor the keyboard for the following clipboard keys:
Ctrl+C (Copy) Copies data to the Clipboard
Ctrl+X (Cut) Cuts data to the Clipboard
Ctrl+V (Paste) Pastes data from the Clipboard
Ctrl+Insert (Copy) Copies data to the Clipboard
Shift+Delete (Cut) Cuts data to the Clipboard
Shift+Insert (Paste) Pastes data from the Clipboard