TdxBarManager.DockColor Property
Specifies the color of dock controls within the current bar manager.
Declaration
property DockColor: TColor read; write;
Property Value
Type |
---|
TColor |
Remarks
Use the DockColor property to specify the color of dock controls within the current bar manager. In the following picture a dock control is displayed with the clMoneyGreen color.
If the AutoDockColor property is set to True, the background color of the parent form is assigned to the DockColor property.
The default value of the DockColor property is clBtnFace.
Note
The Office 11 and Widows XP bar manager’s styles show the dock control with their specific color.
See Also