ASP.NET Pack Programmer's Guide
DiagramApplet.copyToClipboard Method (Boolean)
See Also
 






Copies the current selection of items to a local 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

The applet version of the clipboard methods uses a Java local clipboard to avoid security checks done by the Java browser plug-in.

 See Also

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