NoHideSel
NoHideSel
Forces the selection of text to remain when a control loses focus
Read-only This is a style property that is only available in the forms designer. It is possible to modify this programmatically through the Style property in the Create event.
Applies to: Edit
Normally selected text in an edit control is deselected if the control loses focus. Setting this property to TRUE forces the selection to remain in place if the control loses focus. This is a design time only parameter that has no effect if changed under program control.