Back to Devexpress

TdxBarManager.Bars Property

vcl-dxbar-dot-tdxbarmanager-7cf91856.md

latest1.2 KB
Original Source

TdxBarManager.Bars Property

Provides access to a collection of the current bar manager’s toolbars.

Declaration

delphi
property Bars: TdxBars read;

Property Value

Type
TdxBars

Remarks

The Bars property provides indexed access to the current bar manager’s collection of toolbars.

Use the methods and properties of the TdxBars class to add a toolbar to a collection and to access/change the information about the position and configuration of an individual toolbar. For instance, use the Count property to determine the total number of toolbars within a collection. A particular toolbar is specified by the Items property.

See Also

How to Add Buttons to a Toolbar

How to Create a Toolbar and Position it on Screen

TdxBarManager Class

TdxBarManager Members

dxBar Unit