Back to Devexpress

ReplaceMisspellingCommand Class

officefileapi-devexpress-dot-xtrarichedit-dot-commands-1bb9de69.md

latest1.8 KB
Original Source

ReplaceMisspellingCommand Class

Replaces the current misspelling with an appropriate substitute from a connected dictionary.

Namespace : DevExpress.XtraRichEdit.Commands

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class ReplaceMisspellingCommand :
    SpellCheckerCommandBase
vb
Public Class ReplaceMisspellingCommand
    Inherits SpellCheckerCommandBase

Inheritance

Object Command DevExpress.Utils.Commands.ControlCommand<IRichEditControl, RichEditCommandId, DevExpress.XtraRichEdit.Localization.XtraRichEditStringId> DevExpress.XtraRichEdit.Commands.RichEditCommandBase<DevExpress.XtraRichEdit.Localization.XtraRichEditStringId> RichEditCommand RichEditMenuItemSimpleCommand DevExpress.XtraRichEdit.Commands.SpellCheckerCommandBase ReplaceMisspellingCommand

See Also

ReplaceMisspellingCommand Members

DevExpress.XtraRichEdit.Commands Namespace