Creating a Design-Time Custom Control
In all the examples presented so far in this chapter, you’ve had to instantiate objects of the custom control or component classes by explicit programming. This technique works, as you’ve seen, but it is not as convenient as dragging, say, a list box from the toolbox onto your form. This section explains how to integrate your custom controls with the Forms Designer so that you can place your custom controls in the toolbox and have all the convenience that entails.
Dragging one of the built-in controls onto a form design surface makes Forms Designer perform the following actions:
Pick a name for the instance of the control (for example, listBox1).
Create a private reference variable of the appropriate type inside ...
Get Microsoft® .NET Compact Framework (Core Reference) now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.