DesktopTextArea.SelectionPlain
From Xojo Documentation
Property (As Boolean )
aDesktopTextArea.SelectionPlain = newBooleanValue
or
BooleanValue = aDesktopTextArea.SelectionPlain
New in 2021r3
Supported for all project types and targets.
or
BooleanValue = aDesktopTextArea.SelectionPlain
New in 2021r3
Supported for all project types and targets.
If True, the selected text is plain. If the selected text is styled (e.g., Bold), setting SelectionPlain to True changes it to Plain.