Keyoti RapidSpell Desktop .NET API Docs
CheckerEngine Property
APIKeyoti.RapidSpellRapidSpellDialogCheckerEngine
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#
public ICheckerEngine CheckerEngine { get; set; }
public ICheckerEngine CheckerEngine { get; set; }
Public Property CheckerEngine As ICheckerEngine
	Get
	Set
Public Property CheckerEngine As ICheckerEngine
	Get
	Set
public:
property ICheckerEngine^ CheckerEngine {
	ICheckerEngine^ get ();
	void set (ICheckerEngine^ value);
}
public:
property ICheckerEngine^ CheckerEngine {
	ICheckerEngine^ get ();
	void set (ICheckerEngine^ value);
}
member CheckerEngine : ICheckerEngine with get, set
member 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 behavior properties in RapidSpellDialog are mirrors of properties in ICheckerEngine; any values set in ICheckerEngine will be overwritten by values set in RapidSpellDialog.

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