Sets a value controlling the selection of objects 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: X18.

<void> TXTextControl.setSelectObjects(<boolean> selectObjects, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])

Parameters

Parameter Description
selectObjects Specifies whether the option is active.
callback Optional. Is called when the operation completed.
errorCallback Optional. Is called when the operation failed with an error.