TdxRibbonTabAreaSearchToolbar Class
In This Article
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