BCGControlBar Library for .NET
ArrangeCategories(ArrayList,Boolean) Method




Syntax
'Declaration
 
Public Overloads Overridable Sub ArrangeCategories( _
   ByVal arrangedCategories As ArrayList, _
   ByVal visibleOnly As Boolean _
) 
'Usage
 
Dim instance As RibbonControl
Dim arrangedCategories As ArrayList
Dim visibleOnly As Boolean
 
instance.ArrangeCategories(arrangedCategories, visibleOnly)
public virtual void ArrangeCategories( 
   ArrayList arrangedCategories,
   bool visibleOnly
)
public: virtual void ArrangeCategories( 
   ArrayList* arrangedCategories,
   bool visibleOnly
) 
public:
virtual void ArrangeCategories( 
   ArrayList^ arrangedCategories,
   bool visibleOnly
) 

Parameters

arrangedCategories
visibleOnly
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
Overload List

Send Feedback