CutAndAppendToClipboardAction Class
Represents an IEditAction that cuts and appends the currently selected text to the clipboard.
public class CutAndAppendToClipboardAction : CutToClipboardAction, IEditAction, IKeyedObject
- Inheritance:
- object Command 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:
trueif the copied text should be appended; otherwise,false.
Inherited Members
- CutToClipboardAction.CanExecute(IEditorView)
- CutToClipboardAction.Execute(IEditorView)
- EditActionBase.GetKeyText(Keys, Keys)
- EditActionBase.ReadFromXml(XmlReader)
- EditActionBase.WriteToXml(XmlWriter)
- EditActionBase.CanRecordInMacro
- EditActionBase.Key
- EditActionBase.Text
- Command.Name
- object.GetType()
- object.MemberwiseClone()
- object.ToString()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()