MindFusion.Java Package Programmer's Guide
DiagramView.copyToClipboard Method ()
See Also
 






Copies the current selection of items to the system clipboard.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public boolean copyToClipboard ()

 Return Value

true if items were successfully copied; otherwise, false.

 Remarks

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.

 See Also

copyToClipboard Method Overload List
DiagramView Members
DiagramView Class
com.mindfusion.diagramming Namespace