BCGControlBar Library for .NET
ExpandDeep Method




If true, the property item should be expanded, otherwise, collapsed.
Expands or collapses a property item containing any sub-properties and its sub-items.
Syntax
'Declaration
 
Public Sub ExpandDeep( _
   ByVal expand As Boolean _
) 
'Usage
 
Dim instance As PropertyListItem
Dim expand As Boolean
 
instance.ExpandDeep(expand)
public void ExpandDeep( 
   bool expand
)
public: void ExpandDeep( 
   bool expand
) 
public:
void ExpandDeep( 
   bool expand
) 

Parameters

expand
If true, the property item should be expanded, otherwise, 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

PropertyListItem Class
PropertyListItem Members

Send Feedback