Skip to main content

TdxCustomRibbon.TabAreaSearchToolbar Property

Provides access to the settings of the search toolbar displayed in the tab area of the Ribbon control.

Declaration

property TabAreaSearchToolbar: TdxRibbonTabAreaSearchToolbar read; write;

Property Value

Type Description
TdxRibbonTabAreaSearchToolbar

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

Remarks

The Tab Area Search Toolbar shares space with Ribbon tabs and allows users to access important commands without the need to navigate through the Ribbon UI.

VCL Bars: A Tab Area Search Toolbar Example

Tab Area Search Toolbar Settings

You can use the CaptionAreaSearchToolbar.Toolbar property to display a toolbar and all its bar items in the tab area of the Ribbon UI at the right form border.

Note

If the Style property value changes to rsOffice365, the toolbar displayed in the Tab Area Search Toolbar container moves to the Caption Area Search Toolbar.

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

See Also