
RichTextBox Control Overview - Windows Forms | Microsoft Learn
May 7, 2025 · Learn how the Windows Forms RichTextBox control is used for displaying, entering, and manipulating text with formatting.
RichTextBox Control - Windows Forms | Microsoft Learn
May 7, 2025 · Learn how the RichTextBox control is used for displaying, entering, and manipulating text with formatting.
RichTextBox Class (System.Windows.Forms) | Microsoft Learn
The RichTextBox control provides a number of properties you can use to apply formatting to any portion of text within the control. To change the formatting of text, it must first be selected.
Set Font Attributes for RichTextBox Control - Windows Forms
May 7, 2025 · Learn about how to set font attributes for the Windows Forms RichTextBox control, which has numerous options for formatting the text it displays.
Load Files into RichTextBox Control - Windows Forms
May 7, 2025 · Learn how to load files into RichTextBox control to display a plain-text, Unicode plain-text, or rich-text-format (RTF) file.
RichTextBox 控件 - Windows Forms | Microsoft Learn
Windows 窗体 RichTextBox 控件用于显示、输入和处理带有格式的文本。 该 RichTextBox 控件执行控件 TextBox 所做的一切作,但它也可以显示字体、颜色和链接;从文件加载文本和嵌入图像;撤消和重做编 …
RichTextBox 控件概述 - Windows Forms | Microsoft Learn
该 RichTextBox 控件通常用于提供文本处理和显示功能,类似于文字处理应用程序(如 Microsoft Word)。 TextBox 与控件一样, RichTextBox 控件可以显示滚动条;但与控件不同 TextBox,其默 …
RichTextBox Class (System.Windows.Controls) | Microsoft Learn
While RichTextBox supports copying and pasting of images, certain scenarios are currently unsupported and may not work properly. The following table summarizes these scenarios and expected results.
Set Indents, Hanging Indents, and Bulleted Paragraphs with …
May 7, 2025 · Learn how to set indents, hanging indents, and bulleted paragraphs with the Windows Forms RichTextBox control.
TextBox Class (System.Windows.Forms) | Microsoft Learn
Typically, a TextBox control is used to display, or accept as input, a single line of text. You can use the Multiline and ScrollBars properties to enable multiple lines of text to be displayed or entered.