Skip to content

Commit 16c20f2

Browse files
bug(ES-847958): Added UG documentation for Spelling pane option
1 parent 5fe8bb5 commit 16c20f2

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

wpf/RichTextBox/Spell-Check.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,5 +102,21 @@ The following code example demonstrates how to enable spell checking based on la
102102
{% endhighlight %}
103103

104104
{% endtabs %}
105+
106+
## Spelling Pane
107+
108+
The SfRichTextBoxAdv provides built-in spelling pane support for checking spelling mistakes and rectifying error words, similar to the Microsoft Word application.
109+
The following code example demonstrates how to show the spelling pane in SfRichTextBoxAdv through command binding.
110+
{% tabs %}
111+
{% highlight xaml %}
112+
<!-- Binding Button to UI Command that shows the spelling pane -->
113+
<Button Content="Show Spelling Pane" Command="RichTextBoxAdv:SfRichTextBoxAdv. ShowSpellingPaneCommand" CommandTarget="{Binding ElementName=richTextBoxAdv}" />
114+
115+
116+
{% endhighlight %}
117+
118+
{% endtabs %}
119+
![WPF RichTextBox displays spellcheck option](SpellCheck_images/wpf-richtextbox-spellcheck-option.PNG)
120+
105121
N> In order to enable spell checking functionality based on particular language, language pack for .NET Framework should be installed in the machine.
106122
You can refer to our [WPF RichTextBox](https://www.syncfusion.com/wpf-controls/richtextbox) feature tour page for its groundbreaking feature representations.You can also explore our [WPF RichTextBox example](https://github.com/syncfusion/wpf-demos/tree/master/richtextbox) to knows how to render and configure the editing tools.
29.3 KB
Loading

0 commit comments

Comments
 (0)