Skip to main content
A newer version of this page is available. .

RichEditSelection.isTextBoxSelected Property

Gets whether only a text box is selected.

Declaration

isTextBoxSelected: boolean

Property Value

Type Description
boolean

true, if only a text box or any its content is selected; otherwise, false.

Remarks

The property allows you to detect when the selection consists only of a text box or its content.

Note that when a floating text box or its content is selected, the RichEditSelection.isFloatingObjectSelected property returns true.

See Also