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

RichEditControl.IsFloatingObjectSelected Property

Indicates whether any floating object in the document is selected.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.XtraRichEdit.v21.2.dll

NuGet Packages: DevExpress.Win.Design, 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