Applies to
Declaration
property SelBackColor: TColor;
property SelTextColor: TColor;
Description
These properties control the color of selected text when property Options includes the member pmoWindowsSelColors. SelBackColor contains the color of the background for selected text, while SelTextColor is the selected text foreground color. Their default values are clHighlight and clHighlightText, respectively. These represent the Windows user settings for highlighted text.
Note that when property HideSelection is True, the selected text is not highlighted when the control does not have the focus.