From e12f318ca26ab1f214445e18b9e7501c48aa8500 Mon Sep 17 00:00:00 2001 From: "Charles (GitHub)" Date: Tue, 18 May 2021 18:22:53 +0200 Subject: [PATCH] Correct spelling error in the "TextBox or RichTextBox?" paragraph. #1064 (#1072) Change then to than in the TextBox or RichTextBox? section. --- .../framework/wpf/controls/richtextbox-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.| |-------------|------------------------------|------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|