TdxOfficeSearchBoxProperties.BarManager Property
Specifies the parent Bar Manager component.
Declaration
property BarManager: TdxBarManager read; write;
Property Value
Type | Description |
---|---|
TdxBarManager | The parent Bar Manager component. The property returns |
Remarks
You can use the BarManager
property to switch the Office Search Box editor between TdxBarManager components. The editor searches UI commands in the associated Bar Manager component if you assigned a TdxBarManager component or a TdxRibbon control to the SearchSource property.
Note
An Office Search Box editor is automatically associated with the TdxBarManager component and the TdxRibbon control on the current form when you add (create) the editor.
Default Value
The BarManager
property’s default value is nil
(in Delphi) or nullptr
(in C++Builder).
See Also