ClipboardContentOptions.IsAllowedInHistory Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that indicates whether the new content being added to the clipboard is allowed in the clipboard history.
public:
property bool IsAllowedInHistory { bool get(); void set(bool value); };
bool IsAllowedInHistory();
void IsAllowedInHistory(bool value);
public bool IsAllowedInHistory { get; set; }
var boolean = clipboardContentOptions.isAllowedInHistory;
clipboardContentOptions.isAllowedInHistory = boolean;
Public Property IsAllowedInHistory As Boolean
Property Value
Boolean
bool
True if the new content being added to the clipboard is allowed in the clipboard history; otherwise, false.
Remarks
The default value of this property is true.
Clipboard history must be enabled for this property to have an effect.