Back to Devexpress

RichEditControl.IsSelectionInComment Property

wpf-devexpress-dot-xpf-dot-richedit-dot-richeditcontrol-4ed3b10e.md

latest1.1 KB
Original Source

RichEditControl.IsSelectionInComment Property

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

Namespace : DevExpress.Xpf.RichEdit

Assembly : DevExpress.Xpf.RichEdit.v25.2.dll

NuGet Package : DevExpress.Wpf.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

RichEditControl Class

RichEditControl Members

DevExpress.Xpf.RichEdit Namespace