Whether to spell check words as the user types/modifies text.
| C# | Visual Basic | Visual C++ | F# |
public bool CheckAsYouType { get; set; }
Public Property CheckAsYouType As Boolean Get Set
public: property bool CheckAsYouType { bool get (); void set (bool value); }
member CheckAsYouType : bool with get, set
True turns spell checking on, false turns it off. If a change of state occurs then
either SpellCheckStarted or SpellCheckFinished events are fired.
Assembly: Keyoti.RapidSpell.NET2 (Module: Keyoti.RapidSpell.NET2.dll) Version: 4.6.1.204