BCGControlBar Library for .NET
SetNextCollapsedState Method (CategoryItemGroup)




Specifies if the state should be expanded or collapsed.
Sets the nearest ToolbarButtonCollapsed state for all buttons from the CategoryItemGroup.
Syntax
'Declaration
 
Public Sub SetNextCollapsedState( _
   ByVal expand As Boolean _
) 
'Usage
 
Dim instance As CategoryItemGroup
Dim expand As Boolean
 
instance.SetNextCollapsedState(expand)
public void SetNextCollapsedState( 
   bool expand
)
public: void SetNextCollapsedState( 
   bool expand
) 
public:
void SetNextCollapsedState( 
   bool expand
) 

Parameters

expand
Specifies if the state 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

CategoryItemGroup Class
CategoryItemGroup Members

Send Feedback