ComponentOne SpellChecker for WPF and Silverlight
RemoveWord Method (UserDictionary)

C1.Silverlight.SpellChecker Namespace > UserDictionary Class : RemoveWord Method
Word to remove from the dictionary.
Removes a word from the dictionary.
Syntax
'Declaration
 
Public Function RemoveWord( _
   ByVal word As String _
) As Boolean
public bool RemoveWord( 
   string word
)

Parameters

word
Word to remove from the dictionary.

Return Value

True if the word was removed from the dictionary, false if it was not found.
See Also

Reference

UserDictionary Class
UserDictionary Members