Skip to main content
A newer version of this page is available. .

TdxDockingManager.Color Property

Specifies the color of dock controls that use the manager’s color settings.

Declaration

property Color: TColor read; write;

Property Value

Type Description
TColor

A color.

Remarks

You can specify the color of a dock control using its Color property. However, usually you will wish to specify the same color for all (or most) dock controls in the application. To avoid multiple assignments, the docking manager component introduces the Color property. Values assigned to this property are automatically assigned to the Color property of all dock controls that use manager color settings. Dock controls use manager color settings if their ManagerColor property value is True.

Note that changing the Color property value of a dock control automatically sets the control’s ManagerColor property to False. Thus, the control will not update its Color property value in response to manager settings changes unless the control’s ManagerColor property is set to True.

See Also