TdxBarDockControl.ParentColor Property
Specifies whether the parent control provides the color information for the current external dock control.
Declaration
property ParentColor: Boolean read; write;
Property Value
Type |
---|
Boolean |
Remarks
Set the ParentColor property to True to use the same color as its parent control. Otherwise, the current dock control uses its own Color property. When the value of the Color property changes, the ParentColor property is set to False.
See Also