Keyoti RapidSpell Desktop .NET API Docs
CheckerEngine Property
APIKeyoti.RapidSpellIUserInterfaceFormPresenterCheckerEngine
Keyoti RapidSpell Desktop .NET
The checker engine to use, this object must implement the ICheckerEngine interface, allows customization or replacement of the spell checker.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
ICheckerEngine CheckerEngine { get; set; }
ICheckerEngine CheckerEngine { get; set; }
Property CheckerEngine As ICheckerEngine
	Get
	Set
Property CheckerEngine As ICheckerEngine
	Get
	Set
property ICheckerEngine^ CheckerEngine {
	ICheckerEngine^ get ();
	void set (ICheckerEngine^ value);
}
property ICheckerEngine^ CheckerEngine {
	ICheckerEngine^ get ();
	void set (ICheckerEngine^ value);
}
abstract CheckerEngine : ICheckerEngine with get, set
abstract CheckerEngine : ICheckerEngine with get, set
Property Value
Remarks
Use this property to replace the object used to perform checking, it is not necessary to replace this with a spell checker, any type of word parser can be used. For example an abbreviations checker could be written to replace common words with abbreviations. Caveat: Most properties in RapidSpellGUI are mirrors of properties in ICheckerEngine, setting a CheckerEngine AFTER setting properties in RapidSpellGUI will overwrite those property values with the values of CheckerEngine.

Assembly: Keyoti.RapidSpell.NET4 (Module: Keyoti.RapidSpell.NET4.dll) Version: 6.2.21.412