ComponentOne SpellChecker for WinForms
Contains Method (ISpellDictionary)

C1.Win.C1SpellChecker.4 Assembly > C1.Win.C1SpellChecker Namespace > ISpellDictionary Interface : Contains Method
Word to lookup.
Checks whether the dictionary contains a given word.
Syntax
'Declaration
 
Function Contains( _
   ByVal word As System.String _
) As System.Boolean
System.bool Contains( 
   System.string word
)

Parameters

word
Word to lookup.

Return Value

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

Reference

ISpellDictionary Interface
ISpellDictionary Members