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

RichEditSelection.isFloatingObjectSelected Property

Gets whether a floating picture or text box is selected.

Declaration

readonly isFloatingObjectSelected: boolean

Property Value

Type Description
boolean

true, if only a floating picture or text box is selected; otherwise, false.

Remarks

Use the isFloatingObjectSelected together with the RichEditSelection.isPictureSelected property to define whether a floating or inline picture is selected.

See Also