BCGControlBar Library for .NET
ExpandAll Method (PropertyListControl)




Specifies if categories should be expanded or collapsed.

Expands or collapses all the categories in the PropertyListControl

Syntax
'Declaration
 
Public Sub ExpandAll( _
   ByVal expand As Boolean _
) 
'Usage
 
Dim instance As PropertyListControl
Dim expand As Boolean
 
instance.ExpandAll(expand)
public void ExpandAll( 
   bool expand
)
public: void ExpandAll( 
   bool expand
) 
public:
void ExpandAll( 
   bool expand
) 

Parameters

expand
Specifies if categories should be expanded or collapsed.
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

PropertyListControl Class
PropertyListControl Members

Send Feedback