+ParentBackground is a Boolean property which indicates +if the background color from the Parent control is used as the +background color for the current control instance. +
++ParentBackground is True when csParentBackground is +included in the ControlStyle property. Setting the value in +ParentBackground causes ControlStyle to be updated to include or exclude the +csParentBackground enumeration value; it is included when the property is set +to True. +
++ParentBackground and ParentColor are updated when a new value is assigned to +the Color property. The properties are set to False when an explicit +color is assigned to the Color property. +
+-ParentBackground is a Boolean property which indicates -if the background for the Parent control is drawn as the -background for the current control instance. -
--ParentBackground is True when csParentBackground is -included in the ControlStyle property. Setting the value in -ParentBackground causes ControlStyle to be updated to include or exclude the -csParentBackground enumeration value; it is included when True. -
-