Skip to main content

AutoCorrectInfo(IRichEditControl) Constructor

Initializes a new instance of the AutoCorrectInfo class with the specified setting.

Namespace: DevExpress.XtraRichEdit

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

public AutoCorrectInfo(
    IRichEditControl control
)

Parameters

Name Type Description
control IRichEditControl

An object exposing the IRichEditControl interface.

See Also