TCustomRVFontInfo.HoverBackColor

<< Click to display table of contents >>

TCustomRVFontInfo.HoverBackColor

Specifies background highlight color for hypertext links of this style.

property HoverColor: 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 has no effect for non-hypertext styles.

Default value:

rvclNone

See also properties:

BackColor;

HoverColor;

Jump;

JumpCursor;

HoverEffects;

HoverUnderlineColor.

See also properties of TRVStyle:

HoverColor;

FullRedraw;

TextBackgroundKind.