Skip to main content

TdxBarManager.AutoDockColor Property

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

Declaration

property AutoDockColor: Boolean read; write; default True;

Property Value

Type Default
Boolean True

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