GoDiagram Web Reference
IsExpanded Property (GoSubGraph)

Gets or sets whether this subgraph is in an expanded state.
Syntax
'Declaration
 
<CategoryAttribute("Appearance")>
<DefaultValueAttribute()>
<DescriptionAttribute("Whether this subgraph is in an expanded state")>
Public Property IsExpanded As Boolean
[CategoryAttribute("Appearance")]
[DefaultValueAttribute()]
[DescriptionAttribute("Whether this subgraph is in an expanded state")]
public bool IsExpanded {get; set;}

Property Value

The initial value is true.
Remarks
The getter is implemented as this.State == GoSubGraphState.Expanded. The setter is implemented as a call to either Collapse or Expand, depending on the value of State and whether the new value is false or true.
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