Back to Devexpress

TdxRibbonTabAreaSearchToolbar Class

vcl-dxribbon-5f8dfe55.md

latest1.9 KB
Original Source

TdxRibbonTabAreaSearchToolbar Class

Contains the Ribbon Tab Area Search Toolbar‘s settings.

Declaration

delphi
TdxRibbonTabAreaSearchToolbar = class(
    TdxRibbonCustomToolbar
)

Remarks

The Ribbon Tab Area Search Toolbar provides end-users with quick access to important commands without navigating through tabs or tab groups. You can embed a TdxOfficeSearchBox in-place editor to this toolbar via TcxBarEditItem to mimic the ‘Tell Me’ box available in modern Microsoft Office applications.

A TdxRibbonTabAreaSearchToolbar object is referenced by the Ribbon’s TabAreaSearchToolbar property.

Inheritance

TObject TPersistent TInterfacedPersistent TdxRibbonCustomToolbar TdxRibbonTabAreaSearchToolbar

See Also

TdxRibbonTabAreaToolbar

How to Create a Ribbon Control at Design Time

How to Create a Ribbon Control in Code

Ribbon Control

Ribbon User Interface

TdxRibbonTabAreaSearchToolbar Members

dxRibbon Unit