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

ToggleOvertypeCommand Class

Enables the overtype feature.

Namespace: DevExpress.XtraRichEdit.Commands

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

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