GoDiagram Web Reference
Collapsible Property (GoSubGraph)

Gets or sets whether the user is allowed to toggle whether this node is expanded or collapsed.
Syntax
'Declaration
 
<DescriptionAttribute("Whether the user is allowed to expand and collapse this subgraph")>
<DefaultValueAttribute()>
<CategoryAttribute("Behavior")>
Public Overridable Property Collapsible As Boolean
[DescriptionAttribute("Whether the user is allowed to expand and collapse this subgraph")]
[DefaultValueAttribute()]
[CategoryAttribute("Behavior")]
public virtual bool Collapsible {get; set;}

Property Value

The default value is true.
Remarks
When the value is true, the handle will be drawn as either a "-" or a "+". When this value is false, the handle will be drawn in a different fashion.
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