BCGControlBar Library for .NET
DockBarCollection Class
Members 




Inherits ArrayList class of System.Collection namespace.
Represents a collection of the dock bar objects owned by the CommandBarManager.
CommandBarManager has a property DockBarCollection in which we can get any DockBar from this collection by it’s index.
New DockBarsCollection is created on initialization of the CommandBarManager and CommandBarManager manages its dockbar using this collection.

Object Model
DockBarCollection ClassDockBar Class
Syntax
'Declaration
 
Public Class DockBarCollection 
   Inherits System.Collections.ArrayList
'Usage
 
Dim instance As DockBarCollection
public class DockBarCollection : System.Collections.ArrayList 
public __gc class DockBarCollection : public System.Collections.ArrayList 
public ref class DockBarCollection : public System.Collections.ArrayList 
Inheritance Hierarchy

System.Object
   System.Collections.ArrayList
      BCGSoft.ControlBars.DockBarCollection

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

DockBarCollection Members
BCGSoft.ControlBars Namespace

Send Feedback