Copies the current selection of items to the system clipboard.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public boolean copyToClipboard ( |
true to copy item groups; otherwise, false.
true if items were successfully copied; otherwise, false.
RemarksCall 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