Skip to main content

TdxCustomDockControl.ManagerColor Property

Specifies whether the dock control uses the color specified by the docking manager.

Declaration

property ManagerColor: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

Use the ManagerColor property to specify whether the dock control should use the color provided by the docking manager. This implies that changing the Color property of the docking manager sets the Color property of the dock control, thus providing centralized control over the dock controls’ appearance.

If the ManagerColor property is set to False, the color of the dock control is specified by its Color property. The docking manager’s Color property value is ignored in this case.

Note

The dock control’s Color property imports its value from the docking manager’s Color property if the ManagerColor property is set to True. The dock control’s Color property does not restore its original value when the ManagerColor property value changes to False.

The ManagerColor property’s default value is True.

See Also