Architecture and Design of Windows Forms Custom Controls—What Is a Custom Control?

Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio


Jump to: navigation, search
CSharp-Online.NET:Articles
.NET Articles

Custom Controls

© 2006 Eric White

What Is a Custom Control?

Custom controls are components that have a visual aspect to them, will be part of the user interface, and will be configured in the Design window. In effect, custom controls are components with additional responsibilities. All custom controls are components, but the reverse is not true.

You can create three basic types of custom controls: one built from scratch, one derived from an existing control, and one that is a composite of existing controls.


Previous_Page_.gif Next_Page_.gif


Personal tools