RichTextBox for WPF | ComponentOne
C1.WPF.SpellChecker Namespace / SpellDictionaryBase Class / Contains Method
Word to look up.

In This Topic
    Contains Method (SpellDictionaryBase)
    In This Topic
    Checks whether the dictionary contains a given word.
    Syntax
    'Declaration
     
    
    Public MustOverride Function Contains( _
       ByVal word As String _
    ) As Boolean
    public abstract bool Contains( 
       string word
    )

    Parameters

    word
    Word to look up.

    Return Value

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