AutoCorrectInfo Properties
Provides data and methods that enable you to process input text and calculate the replacement object when handling the RichEditControl.AutoCorrect event.
Name | Description |
---|---|
Can |
Gets whether the text range can be extended by moving its start. |
Replace |
Gets or sets the object used to replace the input string in the document. |
Text | Gets the input string to check whether it should be replaced. |
See Also