Skip to main content
All docs
V24.1

TdxRibbonCaptionAreaSearchToolbar.Alignment Property

Specifies search toolbar alignment in the Ribbon form caption area.

Declaration

property Alignment: TdxRibbonCaptionAreaSearchToolbarAlignment read; write; default TdxRibbonCaptionAreaSearchToolbarAlignment.Default;

Property Value

Type Default Description
TdxRibbonCaptionAreaSearchToolbarAlignment 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

Left
VCL Bars: A Left-Aligned Toolbar Example
Center
VCL Bars: A Centered Toolbar Example
Right
VCL Bars: A Centered Toolbar Example

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