C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Editor.C1SpellChecker Namespace / SpellDictionary Class / Contains Method
Word to lookup.

In This Topic
Contains Method (SpellDictionary)
In This Topic
Checks whether the dictionary contains a given word.
Syntax
'Declaration
 
Public Overrides Function Contains( _
   ByVal word As System.String _
) As System.Boolean
 

Parameters

word
Word to lookup.

Return Value

True if the dictionary contains the word, false otherwise.
See Also