GoDiagram Web Reference
GoSubGraphState Enumeration

This enumeration represents the different states of a GoSubGraph.
Syntax
'Declaration
 
Public Enum GoSubGraphState 
   Inherits System.Enum
public enum GoSubGraphState : System.Enum 
Members
MemberDescription
CollapsedThe state where the subgraph children are not visible and have been repositioned on top of each other near the subgraph handle.
CollapsingA temporary state during a call to GoSubGraph.Collapse.
ExpandedThe normal state where the subgraph children are visible.
ExpandingA temporary state during a call to GoSubGraph.Expand.
Remarks
The state of a subgraph is available through its GoSubGraph.State property, or via the GoSubGraph.IsExpanded property.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Northwoods.GoWeb.GoSubGraphState

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

Northwoods.GoWeb Namespace

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback