property CalcEdit.HideSelection as Boolean
Specifies whether the selection in the control is hidden when the control loses the focus.

TypeDescription
Boolean A boolean expression that specifies whether the selection is visible when the control loses the focus.  
Use the HideSelection property to hide the selection when control loses the focus. 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. Set the EvaluateSel property on False, to prevent evaluating the current selection