TXTextControl.SelectObjects Property

Specifies a value controlling the selection of objects such as images and textframes which are inserted behind the text. When the property is set to True, a mouse click selects the object behind the text. Otherwise, when this property is set to False, text in front of the object can be selected.

Introduced: 25.0.

Syntax

TXTextControl.SelectObjects [= boolean]
Setting Description
True (Default) A mouse click selects the object behind the text.
False Text in front of objects can be selected.

Data Types

Boolean.

Limitations

This feature is not implemented for OLE objects.

See Also