DroidDiagram Programmer's Guide
DiagramView.copyToClipboard Method (boolean)
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 (
    boolean groups
)

 Parameters

groups

true to copy item groups; otherwise, false.

 Return Value

true if items were successfully copied; otherwise, false.

 Remarks

Access to the system clipboard is a subject to security check when running inside a browser. Use the corresponding copyToClipboard method of DiagramApplet to avoid this.

 See Also

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