IAutoCorrect Interface
Definition
Namespace: Alternet.Editor
Assembly: Alternet.Editor.v8.dll
Represents properties and methods allowing to auto correct words when typing.
Syntax
public interface IAutoCorrect
Properties
AutoCorrectDelimiters | When implemented by a class, gets or sets an array of chars that used as word delimiters. |
AutoCorrection | When implemented by a class, gets or sets a boolean value indicating whether to auto correct words being typed. |
Methods
HasAutoCorrection(String, out String) | When implemented by a class, checks whether specified word has correction. |
Events
AutoCorrect | When implemented by a class, occurs when control tries to auto correct word being typed. |