GoDiagram Win Reference
AddComments Method (GoLayoutTree)

Find associated objects to be positioned along with the GoLayoutGenericNetwork.Node<N,L,Y>.GoObject.
Syntax
'Declaration
 
Protected Overridable Sub AddComments( _
   ByVal n As GoLayoutTreeNode _
) 
protected virtual void AddComments( 
   GoLayoutTreeNode n
)

Parameters

n
Remarks
This looks for Northwoods.Go.GoBalloon objects that refer to the tree node's GoObject. You may want to override this method in order to customize how any associated objects are found and how the node's Bounds are set to reserve space for those associated objects. This method should not walk the tree, since it is called for each GoLayoutTreeNode in an indeterminate order.
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

GoLayoutTree Class
GoLayoutTree Members
LayoutComments Method

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback