Skip to main content
A newer version of this page is available. .

RichEditControl.IsSelectionInTextBox Property

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

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.XtraRichEdit.v18.2.dll

Declaration

[Browsable(false)]
public bool IsSelectionInTextBox { get; }

Property Value

Type Description
Boolean

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

See Also