<< Click to display table of contents >> TCustomRVFontInfo.HoverEffects |
Specifies additional effects for hyperlinks.
type
TRVHoverEffect = (rvheUnderline);
TRVHoverEffects = set of TRVHoverEffect;
property HoverEffects: TRVHoverEffects;
(introduced in version 10)
If this style is a hypertext style (Jump=True), these effects are applied to text of this style when user moves the mouse pointer above it.
By default, RichViewEdit also applies these effects to 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.
Effect |
Meaning |
rvheUnderline |
Text is underlined. |
This underline may have a custom color, see HoverUnderlineColor property.
Default value:
[]
See also properties:
▪Jump;
See also properties of TRVStyle: