ComponentOne SpellChecker for WinForms
Contains Method (UserDictionary)

C1.Win.C1SpellChecker.4 Assembly > C1.Win.C1SpellChecker Namespace > UserDictionary Class : Contains Method
Word to lookup.
Checks whether the dictionary contains a given word.
Syntax
'Declaration
 
Public Overrides Function Contains( _
   ByVal word As System.String _
) As System.Boolean
public override 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

UserDictionary Class
UserDictionary Members