The IComponentInitializer.InitializeNewComponent(IDictionary) method is called after a new component is created. It is typically called by the toolbox item itself and is used to configure the component’s default values.
This dictionary may be null if no default values are specified. If the dictionary is null, the component properties should be left in their implicit default states.