ComponentOne SpellChecker for WinForms
C1.Win.C1SpellChecker.4.8 Assembly / C1.Win.C1SpellChecker Namespace / C1SpellChecker Class / CheckWord Method
Word to check.

In This Topic
    CheckWord Method (C1SpellChecker)
    In This Topic
    Checks a word to see if it's spelled correctly.
    Syntax
    'Declaration
     
    Public Overridable Function CheckWord( _
       ByVal word As System.String _
    ) As System.Boolean
    public virtual System.bool CheckWord( 
       System.string word
    )

    Parameters

    word
    Word to check.

    Return Value

    True if the word is in the dictionary, false otherwise.
    See Also