You know how as you add components to a form or control the IDE automatically updates the InitializeComponent() method of your code. Is there any way to get the IDE to add static components to a form or control? Maybe it would add a static constructor and create a static method called InitializeStaticComponent()? As you changed the properties of this component it would do the updating necessary in that section as well.
Is this possible? If not, do you think it might be a good feature?
Is this possible? If not, do you think it might be a good feature?