Developing Windows Forms Controls

Windows Forms controls are reusable components that encapsulate user interface functionality and are used in client-side Windows applications. Not only does Windows Forms provide many ready-to-use controls, it also provides the infrastructure for developing your own controls. You can combine existing controls, extend existing controls, or author your own custom controls. This section provides background information and samples to help you develop Windows Forms controls.

In This Section