Back to Devexpress

ChangeNoProofCommand Class

officefileapi-devexpress-dot-xtrarichedit-dot-commands-e63f7cba.md

latest2.3 KB
Original Source

ChangeNoProofCommand Class

Specifies whether or not to check spelling or grammar in a document.

Namespace : DevExpress.XtraRichEdit.Commands

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class ChangeNoProofCommand :
    ChangeCharacterFormattingCommandBase<bool>
vb
Public Class ChangeNoProofCommand
    Inherits ChangeCharacterFormattingCommandBase(Of Boolean)

Remarks

The following image illustrates this option in the Language Form.

Inheritance

Object Command DevExpress.Utils.Commands.ControlCommand<IRichEditControl, RichEditCommandId, DevExpress.XtraRichEdit.Localization.XtraRichEditStringId> DevExpress.XtraRichEdit.Commands.RichEditCommandBase<DevExpress.XtraRichEdit.Localization.XtraRichEditStringId> RichEditCommand DevExpress.XtraRichEdit.Commands.SelectionBasedCommandBase SelectionBasedPropertyChangeCommandBase DevExpress.XtraRichEdit.Commands.ChangeCharacterFormattingCommandBase<Boolean> ChangeNoProofCommand

See Also

ChangeNoProofCommand Members

ShowLanguageFormCommand

ChangeLanguageCommand

DevExpress.XtraRichEdit.Commands Namespace