Creating Your Own Controls

If none of the stock .NET controls meets your specific needs, you can create your own controls for use on a Windows Form in three ways:

Image You can subclass an existing control and modify or extend its behavior and appearance.

Image You can create a user control by compositing together two or more existing controls.

Image You can create a custom control from scratch, implementing your own visuals and behavior.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset