Create Text Edit Controls
Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio
| Exam 70-526 Preparation Guide: Create and Configure Text Edit Controls on a Windows Form |
Three standard controls are supplied with .NET that allow text to be edited within them.
- The
TextBoxcontrol displays text entered at design time that can be edited by users at run time, or changed programmatically.
- The
- The
RichTextBoxcontrol enables text to be displayed with formatting in plain text or rich-text format (RTF).
- The
- The
MaskedTextBoxcontrol constrains the format of user input.
- The
|
© 2007-2008 Mike Kitchen

