RichTextBox for WPF | ComponentOne
C1.WPF.SpellChecker Namespace / C1SpellChecker Class / GetSuggestions Method / GetSuggestions(String) Method
Word to suggest alternatives for.

In This Topic
    GetSuggestions(String) Method
    In This Topic
    Gets an array containing suggestions for a misspelled word.
    Syntax
    'Declaration
     
    
    Public Overloads Function GetSuggestions( _
       ByVal word As String _
    ) As String()
    public string[] GetSuggestions( 
       string word
    )

    Parameters

    word
    Word to suggest alternatives for.

    Return Value

    An array containing suggestions for the word parameter.
    See Also