BCGControlBar Library for .NET
CollapseAll Method




Specifies whether to collapse (true) or expand (false) nodes.
Specifies whether to raise the GridLayoutChanged event.
Collapses or expands all nodes.
Syntax
'Declaration
 
Public Sub CollapseAll( _
   ByVal collapse As Boolean, _
   ByVal raiseLayoutChanged As Boolean _
) 
'Usage
 
Dim instance As GridData
Dim collapse As Boolean
Dim raiseLayoutChanged As Boolean
 
instance.CollapseAll(collapse, raiseLayoutChanged)
public void CollapseAll( 
   bool collapse,
   bool raiseLayoutChanged
)
public: void CollapseAll( 
   bool collapse,
   bool raiseLayoutChanged
) 
public:
void CollapseAll( 
   bool collapse,
   bool raiseLayoutChanged
) 

Parameters

collapse
Specifies whether to collapse (true) or expand (false) nodes.
raiseLayoutChanged
Specifies whether to raise the GridLayoutChanged event.
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

GridData Class
GridData Members

Send Feedback