TextArea.HideSelection

From Xojo Documentation

Property (As Boolean )


aTextArea.HideSelection = newBooleanValue
or
BooleanValue = aTextArea.HideSelection

New in 2009r3

Supported for all project types and targets.

HideSelection hides the selection highlight when the TextArea loses the focus. The default is True.

Notes

If HideSelection is False, then the TextArea retains its selection when another field gains the focus. HideSelection is currently a Windows only property.