TdxLookupSparklineEdit.ParentColor Property
Specifies if the editor has the same background color as its parent.
Declaration
property ParentColor; default False;
Property Value
Type | Default | Description |
---|---|---|
Boolean | False | If True, the editor has the same background color as the parent control; otherwise, the Color property is in effect. |
Remarks
The ParentColor property value automatically changes to False with every change of the Color property value.
The ParentColor
property’s default value is False
.
See Also