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