BCGControlBar Library for .NET
RemoveCategory Method




A CategoryPanel to remove.
Removes the specified CategoryPanel from the CategoryCollection of the RibbonControl.
Syntax
'Declaration
 
Public Sub RemoveCategory( _
   ByVal panel As CategoryPanel _
) 
'Usage
 
Dim instance As RibbonControl
Dim panel As CategoryPanel
 
instance.RemoveCategory(panel)
public void RemoveCategory( 
   CategoryPanel panel
)
public: void RemoveCategory( 
   CategoryPanel* panel
) 
public:
void RemoveCategory( 
   CategoryPanel^ panel
) 

Parameters

panel
A CategoryPanel to remove.
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

RibbonControl Class
RibbonControl Members

Send Feedback