ComponentDesigner::OnSetComponentDefaults 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
Sets the default properties for the component.
Assembly: System.Design (in System.Design.dll)
OnSetComponentDefaults is called when the designer is initialized. This allows the designer to provide default values for the base component.
This method is called only once: when you first create the component by dragging it from the Toolbox to the design surface. Subsequent initializations of the designer do not invoke this method.
The default implementation of this method sets the default property of the component to the name of the component if the default property is a string and the property is not already set. This method can be implemented in a derived class to customize the initialization of the component that this designer is designing.
.NET Framework
Available since 1.1
Available since 1.1
Show: