Back to Devexpress

ToggleOvertypeCommand Class

officefileapi-devexpress-dot-xtrarichedit-dot-commands-6c0a314f.md

latest1.9 KB
Original Source

ToggleOvertypeCommand Class

Enables the overtype feature.

Namespace : DevExpress.XtraRichEdit.Commands

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class ToggleOvertypeCommand :
    RichEditMenuItemSimpleCommand
vb
Public Class ToggleOvertypeCommand
    Inherits 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> RichEditCommand RichEditMenuItemSimpleCommand ToggleOvertypeCommand

See Also

ToggleOvertypeCommand Members

ToggleOvertype

DevExpress.XtraRichEdit.Commands Namespace