property CalcEdit.SelForeColor as Color
Specifies the selection's foreground color.

TypeDescription
Color A color expression that specifies the selection's foreground color.
Use the SelForeColor and SelBackColor properties to define the colors used to paint the selection. Use the SelStart, SelLength and SelText properties to access the selection. Use the HideSelection property to specify whether the control hides the selection when the control loses the focus. The control fires the SelChange event when user changes the selection.