Keyoti RapidSpell WPF API Docs
CheckerEngine Property
APIKeyoti.RapidSpell.WpfRapidSpellDialogCheckerEngine
Keyoti RapidSpell WPF
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: Keyoti4.RapidSpell.WPF (Module: Keyoti4.RapidSpell.WPF.dll) Version: 3.1.16.1214