StaticText.Selectable

From Xojo Documentation

Property (As Boolean )


aStaticText.Selectable = newBooleanValue
or
BooleanValue = aStaticText.Selectable

New in 2010r2

Supported for all project types and targets.

Use this property to allow the StaticText caption to be selectable. The default is False.


You can use the default menu shortcuts to copy the selected text. At this time only Cocoa and Linux is supported.