GoXam for WPF v3
CopiesEffectiveCollection Property
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
View with Navigation Tools
Northwoods.GoXam.Tool Namespace
>
DraggingTool Class
: CopiesEffectiveCollection Property
Gets or sets whether for a copying operation the extended selection is copied or only selected parts.
Syntax
C#
public
bool
CopiesEffectiveCollection {
get
;
set
;}
Property Value
The default value is false.
Remarks
Basically this controls whether
Northwoods.GoXam.PartManager.CopyParts
is called with the
Northwoods.GoXam.Diagram.SelectedParts
or with the possibly augmented collection returned by
ComputeEffectiveCollection
. The latter collection typically will include all of the
Northwoods.GoXam.Link
s that connect selected nodes, even if they are not
Northwoods.GoXam.Part.IsSelected
.
See Also
Reference
DraggingTool Class
DraggingTool Members