TextArea.HideSelection

From Real Software Documentation

Jump to: navigation, search
Property (As Boolean)

aTextArea.HideSelection = newBooleanValue
or
BooleanValue = aTextArea.HideSelection

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.

Personal tools