Cuts the currently selected items to the clipboard.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public void CutToClipboard () |
Visual Basic
Copy Code
|
|---|
Public Sub CutToClipboard () |
RemarksCopies the currently selected items to the system clipboard and removes them from the schedule. Item removal is wrapped in a CompositeCommand to ensure it can be undone or redone as a single action.
See Also