Skip to main content

TdxCustomDockControlProperties.ManagerColor Property

Specifies the default value of the ManagerColor property of dynamically created dock controls.

Declaration

property ManagerColor: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

Use the ManagerColor property to set the default value for the ManagerColor property of dock controls created dynamically. Please refer to the dock control’s ManagerColor property description for details on the functionality it provides.

The default value of the ManagerColor property is True.

See Also