GoDiagram Web Reference
DragsNode Property

Gets or sets whether this object, when selected and a child of a group, and when dragged, drags the parent node instead.
Syntax
'Declaration
 
<CategoryAttribute("Behavior")>
<DescriptionAttribute("Whether this selected child object, when dragged, drags the node instead.")>
<DefaultValueAttribute()>
Public Overridable Property DragsNode As Boolean
[CategoryAttribute("Behavior")]
[DescriptionAttribute("Whether this selected child object, when dragged, drags the node instead.")]
[DefaultValueAttribute()]
public virtual bool DragsNode {get; set;}

Property Value

This defaults to false.
Remarks
This is used by DraggingObject so that GoView.MoveSelection or CopySelection will move or copy the node instead of the child object.
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

GoObject Class
GoObject Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback