AutoClipboard Property

Returns or sets whether the grid should handle the clipboard keys and automatically perform cut, copy, and paste operations.

Syntax

Public Property AutoClipboard As Boolean

Applies To

Grid Object

Data Type

Boolean

Remarks

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