Keyoti RapidSpell Desktop .NET API Docs
CheckAsYouType Property
APIKeyoti.RapidSpellRapidSpellAsYouTypeCheckAsYouType
Keyoti RapidSpell Desktop .NET
Whether to spell check words as the user types/modifies text.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public bool CheckAsYouType { get; set; }
public bool CheckAsYouType { get; set; }
Public Property CheckAsYouType As Boolean
	Get
	Set
Public Property CheckAsYouType As Boolean
	Get
	Set
public:
property bool CheckAsYouType {
	bool get ();
	void set (bool value);
}
public:
property bool CheckAsYouType {
	bool get ();
	void set (bool value);
}
member CheckAsYouType : bool with get, set
member CheckAsYouType : bool with get, set
Property Value
Remarks
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.NET4 (Module: Keyoti.RapidSpell.NET4.dll) Version: 6.2.21.412