Keyoti RapidSpell WPF Checks if query is in the word dictionary. Returns true if doesnt start with a letter or apostrophe

Declaration Syntax
protected virtual bool LookUpMainDictionary(
string query
)
Protected Overridable Function LookUpMainDictionary ( _
query As String _
) As Boolean
protected:
virtual bool LookUpMainDictionary(
String^ query
)

Parameters
- query (String)
- the word to check spelling of

Return Value
boolean true if spelt correctly, false if not in dictionary
Assembly:
Keyoti3.RapidSpell.WPF (Module: Keyoti3.RapidSpell.WPF) Version: 2.0.10.827