Almost all computer applications display at least some text. Most .NET controls have a Text property that displays a string of text as part of the control (a caption). Text is used for menus; for help systems; to enter, view, and edit data; to label other controls; and to provide direction to the user. In many applications, such as word processors and text editors, text is the raison d'etre for the program itself.
In addition to the Text property of most controls, there are also several .NET controls whose primary purpose is to display text. Those controls are the topic of this chapter.
Windows Forms and the .NET Framework
Getting Started
Visual Studio .NET
Events
Windows Forms
Dialog Boxes
Controls: The Base Class
Mouse Interaction
Text and Fonts
Drawing and GDI+
Labels and Buttons
Text Controls
Other Basic Controls
TreeView and ListView
List Controls
Date and Time Controls
Custom Controls
Menus and Bars
ADO.NET
Updating ADO.NET
Exceptions and Debugging
Configuration and Deployment