GoXam for WPF v3
Copy Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
View with Navigation Tools
Northwoods.GoXam Namespace
>
CommandHandler Class
: Copy Method
Copy the currently
SelectedParts
from the
Diagram
into the clipboard.
Syntax
C#
public
virtual
void
Copy()
Remarks
This makes a copy of the current selection (by calling
PartManager.CopyParts
) and then calls
CopyToClipboard
.
See Also
Reference
CommandHandler Class
CommandHandler Members