NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Extending an Existing Win Forms Control

Creating a control that overrides or adds to the behavior of an existing Win Forms control is straightforward. Simply create a class that derives from the control that you are interested in and override properties, events and methods, as necessary. You can also add properties, events, and methods. An example of an extended control is presented in the Win Forms Quickstart.