DesktopTextArea.HideSelection

From Xojo Documentation

Property (As Boolean )


aDesktopTextArea.HideSelection = newBooleanValue
or
BooleanValue = aDesktopTextArea.HideSelection

New in 2021r3

Supported for all project types and targets.

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

Notes

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