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