[]
Configurates AutoClipboard. Sets whether the grid should handle clipboard shortcuts.
public virtual TBuilder AutoClipboard(bool value)
Type | Name | Description |
---|---|---|
bool | value | The value. |
Type | Description |
---|---|
TBuilder | Current builder. |
The clipboard commands are as follows:ctrl+C, ctrl+Ins,Copy grid selection to cliboard;ctrl+V, shift+Ins,Paste clipboard text to grid selection.