TCustomRVFontInfo.HoverUnderlineColor

<< Click to display table of contents >>

TCustomRVFontInfo.HoverUnderlineColor

Specifies underline highlight color for hypertext links of this style.

property UnderlineColor: TRVColor;

(introduced in version 10)

Underline is displayed only if fsUnderline is included in Style, or rvheUnderline is included HoverEffects.

If this style is a hypertext style (Jump=True), underline of 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, UnderlineColor is used. If it is, in its order, equal to rvclNone, HoverColor is used. If it is, in its order, equal to rvclNone, Color is used.

RTF and DocX Note:

This attribute cannot be stored in RTF and DocX files.

HTML Note:

Colored underlines are not supported in HTML without CSS, so TRichView.HTMLSaveProperties.HTMLSavingType must be rvhtmlstNormal, otherwise this attribute will be ignored. TRichView saves colored underline as a bottom border side of the text's <span> element.

Default value:

rvclNone

See also:

UnderlineType.