Back to Devexpress

TdxBarManager.AutoDockColor Property

vcl-dxbar-dot-tdxbarmanager-151dbca3.md

latest1.3 KB
Original Source

TdxBarManager.AutoDockColor Property

Specifies whether a dock control has the color of the parent form‘s background.

Declaration

delphi
property AutoDockColor: Boolean read; write; default True;

Property Value

TypeDefault
BooleanTrue

Remarks

The color of a dock control is specified by the DockColor property. The value of this property depends upon the value of the AutoDockColor property. If the value of the AutoDockColor property is True the DockColor property is set to the background color of the parent form. In the case of False the DockColor property is set to its previously assigned (or default) value. The AutoDockColor property is set to False when changing the value of the DockColor property.

The default value of the AutoDockColor property is True.

See Also

TdxBarManager Class

TdxBarManager Members

dxBar Unit