DesktopTextArea.HideSelection
From Xojo Documentation
Property (As Boolean )
![]() |
This property is only available on the Windows platform. For cross-platform compatibility, use #If...#Endif with the Target... specifiers to make sure you will not attempt to use this property on an incompatible platform. |
aDesktopTextArea.HideSelection = newBooleanValue
or
BooleanValue = aDesktopTextArea.HideSelection
New in 2021r3
Supported for all project types and targets.
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.