Back to Devexpress

IRichEditControl.Overtype Property

officefileapi-devexpress-dot-xtrarichedit-dot-iricheditcontrol-77d80332.md

latest1.2 KB
Original Source

IRichEditControl.Overtype Property

Specifies whether or not the overtype mode is enabled for the RichEdit control.

Namespace : DevExpress.XtraRichEdit

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
bool Overtype { get; set; }
vb
Property Overtype As Boolean

Property Value

TypeDescription
Boolean

true , to enable the overtype mode; otherwise false.

|

Remarks

When the overtype mode is enabled, typing new characters replaces any existing characters to the right side of the insertion point.

See Also

IRichEditControl Interface

IRichEditControl Members

DevExpress.XtraRichEdit Namespace