ComponentOne SiteMap for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Editor.C1SpellChecker Namespace / UserDictionary Class / RemoveWord Method
Word to remove from the dictionary.

In This Topic
    RemoveWord Method
    In This Topic
    Removes a word from the dictionary.
    Syntax
    'Declaration
     
    Public Function RemoveWord( _
       ByVal word As System.String _
    ) As System.Boolean
    public System.bool RemoveWord( 
       System.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