This is a migrated thread and some comments may be shown as answers.

you mean?

1 Answer 61 Views
SpellChecker
This is a migrated thread and some comments may be shown as answers.
Romell
Top achievements
Rank 1
Romell asked on 27 Jul 2012, 02:21 AM
Hello,

Is there any possible way to get the list of options to a word through code-behind?

Something like the famous "you mean?" Google?

thanks

1 Answer, 1 is accepted

Sort by
0
Accepted
Andrew
Telerik team
answered on 30 Jul 2012, 11:10 AM
Hi Romell,

RadRichTextBox has a property called SpellChecker which in turn has a GetSuggestions(string word) method. Call this method and it will return a list with all the suggestions for a given word.

this.radRichTextBox1.SpellChecker.GetSuggestions("word to get suggestions for");

I hope this answers your question.

Regards,
Andrew
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
SpellChecker
Asked by
Romell
Top achievements
Rank 1
Answers by
Andrew
Telerik team
Share this question
or