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

AutoCorrectInfo(IRichEditControl) Constructor

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

Namespace: DevExpress.XtraRichEdit

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

Declaration

public AutoCorrectInfo(
    IRichEditControl control
)

Parameters

Name Type Description
control IRichEditControl

An object exposing the IRichEditControl interface.

See Also