GoDiagram Web Reference
ExpandChild Method

the reference point for restoring the new position
Restore a child to its original position.
Syntax
'Declaration
 
Protected Overridable Sub ExpandChild( _
   ByVal child As GoObject, _
   ByVal hpos As PointF _
) 
protected virtual void ExpandChild( 
   GoObject child,
   PointF hpos
)

Parameters

child
hpos
the reference point for restoring the new position
Remarks
This uses SavedBounds for getting the saved relative position of a child, and this uses SavedPaths for getting the relative points of link strokes. Nested subgraphs that are WasExpanded (i.e. were collapsed by CollapseChild) are expanded. This method also makes sure each child is made Visible again.
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

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback