property Edit.SelForeColorHide as Color
Specifies the selection's foreground color, when the control has no focus, and the HideSelection property is False.

TypeDescription
Color A color expression that indicates the selection's foreground color.
The SelForeColorHide property specifies the foreground color of the current selection when the control has no focus, and the HideSelection property is False. Use the HideSelection property to specify whether the control hides the selection when the control loses the focus. The SelBackColorHide property specifies the background color of the current selection when the control has no focus, and the HideSelection property is False.