Skip to main content
All docs
V24.1

TdxCustomRibbon.CaptionAreaSearchToolbar Property

Provides access to the settings of the search toolbar displayed in the Ribbon form caption area.

Declaration

property CaptionAreaSearchToolbar: TdxRibbonCaptionAreaSearchToolbar read; write;

Property Value

Type Description
TdxRibbonCaptionAreaSearchToolbar

Stores settings of the Caption Area Search Toolbar in a Ribbon UI.

Remarks

The Ribbon control can display the Caption Area Search Toolbar in the caption of the Ribbon form if the Style property is set to rsOffice365. The Caption Area Search Toolbar allows users to access important functionality through the form caption, similar to the search box found in Microsoft Office® 365 applications.

VCL Bars: A Caption Area Search Toolbar Example

Caption Area Search Toolbar Settings

You can use CaptionAreaSearchToolbar.Toolbar and CaptionAreaSearchToolbar.Alignment properties to display a toolbar and all its bar items in the parent form’s caption and position the toolbar within it.

Note

If the Style property value changes to rs2016, rs2016Tablet, or rs2019, the toolbar displayed in the Caption Area Search Toolbar container moves to the Tab Area Search Toolbar.

Refer to the TdxRibbonCaptionAreaSearchToolbar class description for detailed information on all available options.

Limitations

The Ribbon control can display the Caption Area Search Toolbar in the caption of the Ribbon form only when the following conditions are met:

See Also