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 |
---|---|
CanDecrementStart | Gets whether the text range can be extended by moving its start. |
ReplaceWith | 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