TCustomRVFontInfo.HoverColor

<< Click to display table of contents >>

TCustomRVFontInfo.HoverColor

Specifies highlight color for hypertext links of this style.

property HoverColor: TRVColor;

If this style is a hypertext style (Jump=True), text of this style can be highlighted with this color when user moves the mouse pointer above it.

If this property is equal to rvclNone, TRVStyle.HoverColor is used. If it is, in its order, equal to rvclNone, no hover color effect is used.

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:

Color;

HoverBackColor;

Jump;

JumpCursor;

HoverEffects;

HoverUnderlineColor.

See also properties of TRVStyle:

HoverColor;

FullRedraw.