Skip to main content

RichEditControl.IsFloatingObjectSelected Property

Indicates whether any floating object in the document is selected.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.XtraRichEdit.v22.2.dll

NuGet Package: DevExpress.Win.RichEdit

Declaration

[Browsable(false)]
public bool IsFloatingObjectSelected { get; }

Property Value

Type Description
Boolean

true if a floating object is selected; otherwise, false.

See Also