Keyoti RapidSpell Desktop .NET API Docs
LookUpMainDictionary Method (query)
APIKeyoti.RapidSpellRapidSpellCheckerLookUpMainDictionary(String)
Keyoti RapidSpell Desktop .NET
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: Keyoti.RapidSpell.NET4 (Module: Keyoti.RapidSpell.NET4.dll) Version: 6.2.21.412