Back to Devexpress

AutoCorrectReplaceInfo Constructors

officefileapi-devexpress-dot-xtrarichedit-dot-autocorrectreplaceinfo-dot-ctor.md

latest1.4 KB
Original Source

AutoCorrectReplaceInfo Constructors

Contains the text to find and the object to replace it. Used for the table-based autocorrect functionality.

NameParametersDescription
AutoCorrectReplaceInfo()noneInitializes a new instance of the AutoCorrectReplaceInfo class with default values.
AutoCorrectReplaceInfo(String, Object, Boolean)what, with, immediateReplacementInitializes a new instance of the AutoCorrectReplaceInfo class with the specified settings.
AutoCorrectReplaceInfo(String, Object)what, withInitializes a new instance of the AutoCorrectReplaceInfo class with the specified settings.

See Also

AutoCorrectReplaceInfo Class

AutoCorrectReplaceInfo Members

DevExpress.XtraRichEdit Namespace