GoDiagram Win Reference
CollapsedObject Property

Gets or sets the object shown when the subgraph is collapsed.
Syntax
'Declaration
 
<TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
Public Overridable Property CollapsedObject As GoObject
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
public virtual GoObject CollapsedObject {get; set;}

Property Value

By default, CreateCollapsedObject returns null, so this property is null.
Remarks
You will probably want this object to be not Selectable. Setting this property to a value will set its Visible and Printable properties to have the same values as the old collapsed object, if any. If there was no previous collapsed object, this setter sets those two properties according to whether the subgraph is collapsed or not.
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

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback