Show / Hide Table of Contents

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
bool

Examples

opt.key.RestoreClipboard = true;