Keyoti RapidSpell WPF API Docs
LookUpMainDictionary Method (query)
APIKeyoti.RapidSpell.WpfRapidSpellCheckerLookUpMainDictionary(String)
Keyoti RapidSpell WPF
Checks if query is in the word dictionary. Returns true if doesnt start with a letter or apostrophe
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
protected virtual bool LookUpMainDictionary(
	string query
)
protected virtual bool LookUpMainDictionary(
	string query
)
Protected Overridable Function LookUpMainDictionary ( 
	query As String
) As Boolean
Protected Overridable Function LookUpMainDictionary ( 
	query As String
) As Boolean
protected:
virtual bool LookUpMainDictionary(
	String^ query
)
protected:
virtual bool LookUpMainDictionary(
	String^ query
)
abstract LookUpMainDictionary : 
        query : string -> bool 
override LookUpMainDictionary : 
        query : string -> bool 
abstract LookUpMainDictionary : 
        query : string -> bool 
override LookUpMainDictionary : 
        query : string -> bool 
Parameters
query (String)
the word to check spelling of
Return Value
Boolean
boolean true if spelt correctly, false if not in dictionary

Assembly: Keyoti4.RapidSpell.WPF (Module: Keyoti4.RapidSpell.WPF.dll) Version: 3.1.16.1214