Skip to main content

TdxBar.CaptionButtons Property

Provides access to a collection of toolbar title buttons.

Declaration

property CaptionButtons: TdxBarCaptionButtons read; write;

Property Value

Type
TdxBarCaptionButtons

Remarks

A toolbar title button can serve as a link to advanced functionality (or options) of a toolbar. For instance, it can be used as a dialog launcher button in a Ribbon tab group.

Any number of buttons can be specified for a particular toolbar. These buttons can be created both at design (using the bar’s CaptionButtons property) and runtime (using the collection’s Add method).

Once created, all of them are stored in the CaptionButtons collection.

See Also