70-526 MCTSCreate and configure text display controls on a Windows FormText 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. MSDN references
|