Training
Module
Use and understand Controls in a canvas app in Power Apps - Training
Controls help create a better experience for the user and collect the appropriate data. This module helps you understand and use Controls.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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.
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.
TextBox class
Describes this class and has links to all its members.
Controls to Use on Windows Forms
Provides a complete list of Windows Forms controls, with links to information on their use.
.NET Desktop feedback feedback
.NET Desktop feedback is an open source project. Select a link to provide feedback:
Training
Module
Use and understand Controls in a canvas app in Power Apps - Training
Controls help create a better experience for the user and collect the appropriate data. This module helps you understand and use Controls.