TdxBarDockControl.UseOwnColor Property
Specifies whether an external dock control is drawn using its own color.
Declaration
property UseOwnColor: Boolean read; write; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
Remarks
If the UseOwnColor property is set to True, the current external dock control is drawn using its own color as specified by the Color property. Otherwise, the dock control’s color is controlled by the bar manager’s DockColor property or on the parent control’s color (if the ParentColor is set to True).
The default value of the UseOwnColor property is False.
See Also