|
TCustomRichView.Color |
Top Previous Next |
|
Background color property Color: TColor; This property allows to override the default background color specified in RichView.Style.Color. RichView paints background with this color, if it is not equal to clNone, otherwise RichView uses the default color. Background color is used if BackgroundBitmap is empty, or BackgroundStyle is not equal to bsStretched, bsTiled or bsTiledAndScrolled. Default value: clNone See also properties: See also properties of TRVStyle:
|