In This Article

CopyAndAppendToClipboardAction Class

Represents an IEditAction that copies and appends the currently selected text to the clipboard.

public class CopyAndAppendToClipboardAction : CopyToClipboardAction, IEditAction, IKeyedObject
Inheritance:
object RoutedCommand RoutedUICommand EditActionBase CopyToClipboardAction object
Implements:
IEditAction IKeyedObject

Constructors

CopyAndAppendToClipboardAction()

Initializes an instance of the class.

public CopyAndAppendToClipboardAction()

Properties

Append

Indicates whether to append the copied text to the existing clipboard contents instead of overwriting them.

protected override bool Append { get; }

Property Value

bool:

true if the copied text should be appended; otherwise, false.

Inherited Members

Extension Methods