|
TRVStyle.SoftPageBreakColor |
Top Previous Next |
|
Color of soft page breaks in TRichView components. property PageBreakColor: TColor; This color is used for drawing horizontal lines (with "folded paper" icon) specifying soft (automatic) page breaks. You can change this drawing in OnDrawPageBreak event. TRichView must be linked with this TRVStyle (see TRichView.Style). Soft page breaks displaying is turned on by TRichView.AssignPageBreaks. Default value: clBtnFace See also properties: See also events: See also properties of TCustomRichView:
|