TRVStyle.HoverColor

<< Click to display table of contents >>

TRVStyle.HoverColor

Default a text hover color.

property HoverColor: TRVColor;

A text hover color is a text color under the mouse pointer.

All hypertext styles have their own hover color (see TFontInfo.HoverColor). If they are equal to rvclNone, this HoverColor is used.

Set to rvclNone to disable hover color effect.

TRichView must be linked with this TRVStyle (see TRichView.Style).

If MainRVStyle is assigned, this property provides access to the corresponding property of MainRVStyle.

Default value:

rvclNone