Skip to main content

ToggleOvertypeCommand Class

Enables the overtype feature.

Namespace: DevExpress.XtraRichEdit.Commands

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

public class ToggleOvertypeCommand :
    RichEditMenuItemSimpleCommand

Remarks

When the overtype mode is turned on, the text that is being entered replaces the text to the right of the mouse cursor.

Inheritance

Object
Command
DevExpress.Utils.Commands.ControlCommand<IRichEditControl, RichEditCommandId, DevExpress.XtraRichEdit.Localization.XtraRichEditStringId>
DevExpress.XtraRichEdit.Commands.RichEditCommandBase<DevExpress.XtraRichEdit.Localization.XtraRichEditStringId>
See Also