GoDiagram Web Reference
Add Method (GoGroup)

Add an object to this group.
Syntax
'Declaration
 
Public Overridable Sub Add( _
   ByVal obj As GoObject _
) 
public virtual void Add( 
   GoObject obj
)

Parameters

obj
Remarks
The obj must not already belong to another group or to a layer. If the object already belongs to this group, nothing happens. Otherwise, afterwards, the obj's GoObject.Parent will be this group and its GoObject.GoObject.Layer will be the same as this group's layer. When you add an object to a group, you will normally make that child object not GoObject.Selectable. If the child is supposed to be selectable, you need to consider whether users can move or copy the child on its own, or whether this parent group should be moved or copied instead. For the latter case you should set the GoObject.DragsNode property to true for each such child, so that GoObject.GoObject.DraggingObject will return the child's parent node. If instead you want to allow selected children to be able to move on their own, you should make sure LayoutChildren does not control the positioning of these child objects.
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

GoGroup Class
GoGroup Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback