Controls


You may not notice it, but when you work with Windows Forms, you are working with the System.Windows.Forms namespace. This namespace is included in the using directives in one of the files that holds the Form class. Most controls in .NET derive from the System.Windows.Forms.Control class. This class defines the basic functionality of the controls, which is why many properties and events in the controls you'll see are identical. Many of these classes are themselves base classes for other controls, as is the case with the Label and TextBoxBase classes in Figure 14-1.

image from book
Figure 14-1



Beginning Visual C# 2005
Beginning Visual C#supAND#174;/sup 2005
ISBN: B000N7ETVG
EAN: N/A
Year: 2005
Pages: 278

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net