MindFusion.Wpf Pack Programmer's Guide
Diagram.CopyToClipboard Method (Boolean, Boolean)
See Also
 





Copies the current selection of items to the clipboard.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public bool CopyToClipboard (
    bool persist,
    bool groups
)

Visual Basic  Copy Code

Public Function CopyToClipboard( _
    persist As Boolean, _
    groups As Boolean _
) As Boolean

 Parameters

persist
true if you want data to remain on the Clipboard after this application exits; otherwise, false.
groups
true to copy item groups; otherwise, false.

 Return Value

true if items were successfully copied; otherwise, false.

 See Also

CopyToClipboard Method Overload List
Diagram Members
Diagram Class
MindFusion.Diagramming.Wpf Namespace
PasteFromClipboard Method
CutToClipboard Method