Search
Calendar.cutToClipboard Method
See Also
 






Cuts the currently selected items to the clipboard.

Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling

 Syntax

Java  Copy Code

public void cutToClipboard ()

 Remarks

Copies 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