TdxOfficeSearchBoxProperties Class
Contains the search box settings.
Declaration
TdxOfficeSearchBoxProperties = class(
TcxCustomTextEditProperties
)
Remarks
This class extends its ancestor with the following members that allow you to:
Link the search box to a bar manager (BarManager).
Display a glyph within the search box (Glyph).
Link the search box to a source ribbon control (Ribbon).
Limit the number of elements in the search box’s drop-down menu (MaxResultCount).
Display a path to a UI item in the control’s drop-down menu (ShowResultPaths).
Obtain the list of paths to a specific UI item (GetPaths).
Enable the “Recursive Search” mode (RecursiveSearch).
Set the tip that the empty search box displays (NullString and UseNullString).
Specify the search result source (SearchSource).
Respond to populating the control’s drop-down menu with items (OnDropDownMenuItemAdded and OnDropDownMenuPopulate).
Customize the search results list (OnDropDownMenuItemAdding).
Refer to the TcxCustomTextEditProperties class description for detailed information on the core text editor settings.
The control’s ActiveProperties and Properties properties reference a TdxOfficeSearchBoxProperties object.