Back to Devexpress

RichEditControl.IsSelectionInTextBox Property

windowsforms-devexpress-dot-xtrarichedit-dot-richeditcontrol-86695a0e.md

latest1.4 KB
Original Source

RichEditControl.IsSelectionInTextBox Property

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

Namespace : DevExpress.XtraRichEdit

Assembly : DevExpress.XtraRichEdit.v25.2.dll

NuGet Package : DevExpress.Win.RichEdit

Declaration

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

Property Value

TypeDescription
Boolean

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

|

See Also

CaretPosition

Shapes, Pictures, and Other Graphic Objects in Rich Text Documents

RichEditControl Class

RichEditControl Members

DevExpress.XtraRichEdit Namespace