Skip to main content

RichEditControl.IsSelectionInComment Property

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

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.XtraRichEdit.v22.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