GoDiagram Web Reference
CreateCollapsedObject Method

This method is called to create an object that is displayed when the node is collapsed.
Syntax
'Declaration
 
Protected Overridable Function CreateCollapsedObject() As GoObject
protected virtual GoObject CreateCollapsedObject()

Return Value

By default this returns null--the subgraph has no such object
Remarks
It looks best when all the child nodes are the same size as the collapsed object. If your child nodes are different sizes, the collapsed object should be about the size of the largest one. If the subgraph starts in the expanded state, you should probably make sure that the Visible and Printable properties are set to false.
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
CollapsedObject Property

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback