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

RichEditSelection.isPictureSelected Property

Gets whether only a picture is selected.

Declaration

isPictureSelected: boolean

Property Value

Type Description
boolean

true, if only the picture is selected; otherwise, false.

Remarks

This property allows you to detect when the selection consists only of a picture. Use the RichEditSelection.isFloatingObjectSelected property to detect whether a floating or in-line picture is selected.

See Also