GoDiagram Web Reference
DraggingObject Property

Gets the object that will be dragged instead of this selected object.
Syntax
'Declaration
 
<CategoryAttribute("Behavior")>
<DescriptionAttribute("The object that will get dragged when this selected object is dragged.")>
Public Overridable ReadOnly Property DraggingObject As GoObject
[CategoryAttribute("Behavior")]
[DescriptionAttribute("The object that will get dragged when this selected object is dragged.")]
public virtual GoObject DraggingObject {get;}
Remarks
This property is used by GoView.MoveSelection and GoView.CopySelection. If DragsNode is true, this will return the node that this object is part of, which may be the Parent or a grandparent. If this is a top-level object, the value will be this object itself. By default this will just return this object itself. You should be careful to make sure the value of this property is not confusing to the user. Returning unrelated or varying objects may produce indeterminate behavior.
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