Back to Devexpress

RichEditControl.IsSelectionInComment Property

windowsforms-devexpress-dot-xtrarichedit-dot-richeditcontrol-4861db3d.md

latest1.4 KB
Original Source

RichEditControl.IsSelectionInComment Property

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

Namespace : DevExpress.XtraRichEdit

Assembly : DevExpress.XtraRichEdit.v25.2.dll

NuGet Package : DevExpress.Win.RichEdit

Declaration

csharp
[Browsable(false)]
public bool IsSelectionInComment { get; }
vb
<Browsable(False)>
Public ReadOnly Property IsSelectionInComment As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

CaretPosition

Comments in Rich Text Documents

RichEditControl Class

RichEditControl Members

DevExpress.XtraRichEdit Namespace