BCGControlBar Library for .NET
CommandBars Property (DockBarRow)




Represents a collection of the command bars located on the DockBarRow.
Syntax
'Declaration
 
Public ReadOnly Property CommandBars As ArrayList
'Usage
 
Dim instance As DockBarRow
Dim value As ArrayList
 
value = instance.CommandBars
public ArrayList CommandBars {get;}
public: __property ArrayList* get_CommandBars();
public:
property ArrayList^ CommandBars {
   ArrayList^ get();
}
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

DockBarRow Class
DockBarRow Members

Send Feedback