ComponentDesigner::InitializeNonDefault Method ()
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.ComponentModel.Design
Assembly: System.Design (in System.Design.dll)
Return to top
Initializes the settings for an imported component that is already initialized to settings other than the defaults.
Assembly: System.Design (in System.Design.dll)
This method is called when the designer is associated with a control that is not in its default state, such as a control that you paste or move with a drag-and-drop operation onto the designer. This method provides an opportunity for implementers to modify or shadow the properties of the component rather than initialize the properties for the component to their defaults. This method is called after the other initialization functions.
.NET Framework
Available since 1.1
Available since 1.1
Show: