|
<< Click to display table of contents >> TCustomRVFontInfo.HoverBackColor |
Specifies background highlight color for hypertext links of this style.
property HoverBackColor: TRVColor;
(introduced in version 1.2)
If this style is a hypertext style (Jump=True), background of text of this style can be highlighted with this color when user moves the mouse pointer above it. Set HoverBackColor=BackColor to disable effect.
By default, RichViewEdit also highlights hyperlinks when the caret is moved inside them. This effect can be disabled by including rvoNoCaretHighlightJumps in RichViewEdit.EditorOptions property.
This property works only for hypertext styles, and for styles having rvteHighlightable in Options.
Default value:
See also properties:
▪Jump;
See also properties of TRVStyle: