Back to Devexpress

TdxBarManager.SunkenBorder Property

vcl-dxbar-dot-tdxbarmanager-e3214307.md

latest1.0 KB
Original Source

TdxBarManager.SunkenBorder Property

Specifies the border style of the current bar manager’s dock controls.

Declaration

delphi
property SunkenBorder: Boolean read; write; default False;

Property Value

TypeDefault
BooleanFalse

Remarks

Use the SunkenBorder property to switch between two border styles of the current bar manager’s dock controls. If the SunkenBorder property is set to False , the dock controls are displayed with standard borders. Otherwise, border lines are sunk.

In the following picture the toolbar is docked to the dock control with a sunken border.

See Also

TdxBarDockControl.SunkenBorder

TdxBarManager Class

TdxBarManager Members

dxBar Unit