Indicates whether the selection (CaretPosition) is located in a text box.
Namespace:DevExpress.XtraRichEdit
Assembly:DevExpress.XtraRichEdit.v19.2.dll

Syntax
C# |
public bool IsSelectionInTextBox { get; }
|
VB |
Public ReadOnly Property IsSelectionInTextBox As Boolean
|
Property value
Type: Boolean
true if the caret is located in the text box; otherwise, false.

See Also