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

RichEditControl.IsSelectionInComment Property

Indicates whether the selection (CaretPosition) is located in a comment.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.XtraRichEdit.v20.2.dll

NuGet Package: DevExpress.Win.RichEdit

Declaration

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

Property Value

Type Description
Boolean

true if the caret is located in the comment; otherwise, false.

See Also