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 a new instance of the CopyAndAppendToClipboardAction class.

public CopyAndAppendToClipboardAction()

Remarks

The default constructor initializes all fields to their default values.

Properties

Append

Gets 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