GoDiagram Web Reference
LayoutChildren Method (GoSubGraph)

This method does not move any of the children except possibly the CollapsedObject, the Label, the Handle, and the Port.
Syntax
'Declaration
 
Public Overrides Sub LayoutChildren( _
   ByVal childchanged As GoObject _
) 
public override void LayoutChildren( 
   GoObject childchanged
)

Parameters

childchanged
Remarks
In other words, this method does not move any of the child nodes or links of this subgraph--just the known auxiliary objects. This calls LayoutCollapsedObject, LayoutLabel, LayoutHandle, and LayoutPort, in that order. This method does nothing if Initializing is true, nor if the State is GoSubGraphState.Collapsing or GoSubGraphState.Expanding, nor if the Handle or the Port is the child object causing the call to this method.
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

GoSubGraph Class
GoSubGraph Members
Base Implementation in LayoutChildren

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback