ClipboardContentOptions.IsAllowedInHistory Property

Definition

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.

Applies to

See also