TdxOfficeSearchBoxProperties.Ribbon Property
In This Article
Links a search box to the Ribbon control.
#Declaration
Delphi
property Ribbon: TdxCustomRibbon read; write;
#Property Value
Type |
---|
Tdx |
#Remarks
The search box uses a TdxCustomRibbon descendant to apply its style to the drop-down menu.
Note
The search box added to a form automatically links to a ribbon control located on it (if any).
See Also