TdxOfficeSearchBoxProperties.SearchSource Property
Specifies a search box’s source object (a bar manager or ribbon control).
Declaration
property SearchSource: TComponent read; write;
Property Value
Type |
---|
TComponent |
Remarks
Use this property to associate the search box with a source object that provides UI items displayed as search results in the control’s drop-down menu. The control’s behavior can differ depending on the specified source object:
Source Object | Description |
---|---|
Bar Manager | The search routine iterates through all bar items. |
Ribbon (a TdxCustomRibbon descendant) | The search routine iterates only through ribbon UI elements except for invisible contextual tabs. |
None | The search routine is not in effect. |
See Also