Create Text Display 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 display controls on a Windows Form |
Text display controls are used to display static text to the user. By static, we mean read-only information. Three of the basic controls fall into this category, of which two of them can be discussed here, and the final one is discussed in the next section.
- The Label control is commonly used to provide descriptive text for other controls, such as text boxes.
- The StatusStrip control is commonly used to display information about an object being viewed on a form through the use of a ToolStripStatusLabel.
|
© 2007-2008 Mike Kitchen

