Checks if query is in the word dictionary. Returns true if doesnt start with a letter or apostrophe
| C# | Visual Basic | Visual C++ | F# |
protected virtual bool LookUpMainDictionary( string query )
Protected Overridable Function LookUpMainDictionary ( query As String ) As Boolean
protected: virtual bool LookUpMainDictionary( String^ query )
abstract LookUpMainDictionary : query : string -> bool override LookUpMainDictionary : query : string -> bool
- query (String)
- the word to check spelling of
Boolean
boolean true if spelt correctly, false if not in dictionary
boolean true if spelt correctly, false if not in dictionary
Assembly: Keyoti3.RapidSpell.Silverlight (Module: Keyoti3.RapidSpell.Silverlight.dll) Version: 2.0.12.706 (2.0.12.706)