Object Reference > True DBGrid Properties > TransparentForegroundPicture Property |
This property determines whether a style's foreground bitmap is rendered so that a particular color is used as a transparent color.
style.TransparentForegroundPicture= boolean
Read/Write at run time and design time.
The foreground bitmap is specified by the ForegroundPicture property.
If True, the color of the lower left pixel of the foreground bitmap is used as the transparent color when the style is applied to an object.
If False (the default), the foreground bitmap is displayed as is when the style is applied to an object.