* Merge winforms framework content to working branch (#14) * Breadcrumb / TOC / Move net5 to net folder (#15) * change path from net5 to net * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Add .net 5 winforms placeholder article (#16) * added some metadata and adjusted net5 placeholder * corrections * corrections * corrections * Test1 * Swapping landing page vs concept * fix links * Fix links * Fix desc
2.3 KiB
title, description, ms.date, helpviewer_keywords, ms.assetid
| title | description | ms.date | helpviewer_keywords | ms.assetid | ||
|---|---|---|---|---|---|---|
| TextBox Control | Learn about various aspects of the Windows Forms TextBox control including using it for editable text and making it read-only. | 03/30/2017 |
|
e5a06987-8aec-4271-b196-2245ba992d62 |
TextBox Control (Windows Forms)
Windows Forms text boxes are used to get input from the user or to display text. The TextBox control is generally used for editable text, although it can also be made read-only. Text boxes can display multiple lines, wrap text to the size of the control, and add basic formatting. The TextBox control allows a single format for text displayed or entered in the control.
In This Section
TextBox Control Overview
Explains what this control is and its key features and properties.
How to: Control the Insertion Point in a Windows Forms TextBox Control
Gives directions for specifying where the insertion point appears when an edit control first gets the focus.
How to: Create a Password Text Box with the Windows Forms TextBox Control
Explains how to conceal what is typed into a text box.
How to: Create a Read-Only Text Box
Describes how to prevent the contents of a text box from being changed.
How to: Put Quotation Marks in a String
Explains adding quotation marks to a string in a text box.
How to: Select Text in the Windows Forms TextBox Control
Explains how to highlight text in a text box.
How to: View Multiple Lines in the Windows Forms TextBox Control
Describes how to make a text box scrollable.
Reference
xref:System.Windows.Forms.TextBox class
Describes this class and has links to all its members.
Related Sections
Controls to Use on Windows Forms
Provides a complete list of Windows Forms controls, with links to information on their use.