|
TRVStyle.InactiveSelColor |
Top Previous Next |
|
Color of background of selected text in TRichView components (when they do not have focus) property InactiveSelColor: TColor; (introduced in version 1.6) This color is used for:
Set it to clNone to hide selection when the input focus shifts to another control. For focused controls, SelColor is used instead. TRichView must be linked with this TRVStyle (see TRichView.Style). Default value: clHighlight See also properties:
|