Property OKey.RestoreClipboard
Overload
Whether to restore clipboard data when copying or pasting text.
Default: true
.
By default restores only text. See also OKey.RestoreClipboardAllFormats, OKey.RestoreClipboardExceptFormats.
public bool RestoreClipboard { get; set; }
Property Value
Examples
opt.key.RestoreClipboard = true;