TPlusMemo.SelBackColor, SelTextColor properties
PlusMemo Help Send comments on this topic.
TPlusMemo.SelBackColor, SelTextColor properties

Glossary Item Box

 

Applies to

TPlusMemo, TDBPlusMemo

 

Declaration

property SelBackColor: TColor;

property SelTextColor: TColor;

 

Description

These properties control the color of selected text when property Options includes the member pmoWindowsSelColorsSelBackColor 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.