TSRVViewProperty.HeaderPen |
Top Previous Next |
|
A pen for drawing a line between the main document and the header, when the header (TSRichViewEdit.RVHeader) is being edited. type TSRVHeaderFooterPen = class (TPen);
property HeaderPen: TSRVHeaderFooterPen; The color of this pen is also used for drawing border around header label, see HeaderTitle. In Delphi XE2 or newer, if a system color is specified for HeaderPen.Color, and custom styles are applied, then a corresponding style color is used instead. Default value: 1, psDot, $00CA784B See also: |