diff --git a/dotnet-desktop-guide/framework/wpf/controls/richtextbox-overview.md b/dotnet-desktop-guide/framework/wpf/controls/richtextbox-overview.md index 194f04a..ba58df6 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/richtextbox-overview.md +++ b/dotnet-desktop-guide/framework/wpf/controls/richtextbox-overview.md @@ -18,7 +18,7 @@ The control enables you to display or ## TextBox or RichTextBox? -Both and allow users to edit text, however, the two controls are used in different scenarios. A is a better choice when it is necessary for the user to edit formatted text, images, tables, or other rich content. For example, editing a document, article, or blog that requires formatting, images, etc is best accomplished using a . A requires less system resources then a and it is ideal when only plain text needs to be edited (i.e. usage in forms). See [TextBox Overview](textbox-overview.md) for more information on . The table below summarizes the main features of and . +Both and allow users to edit text, however, the two controls are used in different scenarios. A is a better choice when it is necessary for the user to edit formatted text, images, tables, or other rich content. For example, editing a document, article, or blog that requires formatting, images, etc is best accomplished using a . A requires less system resources than a and it is ideal when only plain text needs to be edited (i.e. usage in forms). See [TextBox Overview](textbox-overview.md) for more information on . The table below summarizes the main features of and . |Control|Real-time Spellchecking|Context Menu|Formatting commands like (Ctr+B)| content like images, paragraphs, tables, etc.| |-------------|------------------------------|------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|