Copies the current selection of items to the system clipboard.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
Java
![]() |
---|
public boolean copyToClipboard () |
true if items were successfully copied; otherwise, false.
Call this method when writing message handler for the Copy command from the Edit menu of your application. MindFusion.Diagramming does not provide keyboard interface for clipboard operations, so you might assign a CTRL+C shortcut to this command.