TdxRibbonCaptionAreaSearchToolbar.Alignment Property
Specifies search toolbar alignment in the Ribbon form caption area.
#Declaration
Delphi
property Alignment: TdxRibbonCaptionAreaSearchToolbarAlignment read; write; default TdxRibbonCaptionAreaSearchToolbarAlignment.Default;
#Property Value
Type | Default | Description |
---|---|---|
Tdx |
Default | The current search toolbar alignment. |
#Remarks
You can use the Alignment
property to position the search toolbar within the form caption area.
#Property Value Examples
#Default Value
The Alignment
property’s default value is Default.
The default Alignment
property value indicates that the search area toolbar is centered.
See Also