In This Article

CutAndAppendToClipboardAction Class

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

public class CutAndAppendToClipboardAction : CutToClipboardAction, IEditAction, IKeyedObject
Inheritance:
object RoutedCommand RoutedUICommand EditActionBase CutToClipboardAction object
Implements:
IEditAction IKeyedObject

Constructors

CutAndAppendToClipboardAction()

Initializes a new instance of the CutAndAppendToClipboardAction class.

public CutAndAppendToClipboardAction()

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