Links are not active on this page.
 HideSelection Property

Specifies whether selected text appears selected when a control loses focus. Available at design time and run time.

Control.HideSelection[ = lExpr]

Expand imageReturn Value

lExpr

The settings for the HideSelection property are:

Setting Description

True (.T.)

(Default) Selected text does not appear selected when the control loses the focus.

False (.F.)

Selected text appears selected when the control loses the focus.

Expand imageRemarks

Applies To: ComboBox Control | EditBox Control | Spinner Control | TextBox Control (Visual FoxPro)

You can use this property to indicate the text that is selected while another form or a dialog box has the focus — for example, in a spelling-check routine.

Expand imageSee Also