Skip to main content

TdxOfficeSearchBox Class

A search box suggesting Ribbon or Toolbar UI elements based on the entered text.

Declaration

TdxOfficeSearchBox = class(
    TcxCustomTextEdit
)

Remarks

The Office Search Box control (search box, for short) is a tool like the Microsoft Office “Tell Me” text field designed to simplify command search if your application has a complex Ribbon or Toolbar UI.

The TdxOfficeSearchBox class does not implement new options except for publishing properties and events from its ancestor classes. Refer to the TcxCustomTextEdit class description for more information on the core editor options.

You are able to customize the search box functionality via the Properties property.

See Also