BCGControlBar Library for .NET
CategoryPanelCollection Constructor(RibbonControl)




The parent Ribbon Control for the CategoryPanelCollection to initialize.
Initializes a new instance of the CategoryPanelCollection for the specified Ribbon Control.
Syntax
'Declaration
 
Public Function New( _
   ByVal ribbon As RibbonControl _
)
'Usage
 
Dim ribbon As RibbonControl
 
Dim instance As New CategoryPanelCollection(ribbon)
public CategoryPanelCollection( 
   RibbonControl ribbon
)
public: CategoryPanelCollection( 
   RibbonControl* ribbon
)
public:
CategoryPanelCollection( 
   RibbonControl^ ribbon
)

Parameters

ribbon
The parent Ribbon Control for the CategoryPanelCollection to initialize.
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

CategoryPanelCollection Class
CategoryPanelCollection Members
Overload List

Send Feedback