GoDiagram Web Reference
EffectiveSelectionIncludesLinks Property

Gets or sets whether ComputeEffectiveSelection should include links that have both ports in (or part of) the selection being dragged.
Syntax
'Declaration
 
Public Overridable Property EffectiveSelectionIncludesLinks As Boolean
public virtual bool EffectiveSelectionIncludesLinks {get; set;}

Property Value

The default value is true.
Remarks
When this is true, links that connect dragged nodes will be moved along with the nodes. In such cases links will normally not be rerouted and thus will maintain the shape that they had originally connecting the nodes. When this property is false, ComputeEffectiveSelection will not include such links in the effective selection -- after the nodes are dragged, the links will need to recalculate their strokes, thereby potentially losing any special path that they may have had between the nodes.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoToolDragging Class
GoToolDragging Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback