Cuts the currently selected items to the clipboard.
Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling
SyntaxJava
Copy Code
|
|---|
public void 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