System.ComponentModel.Design.IComponentInitializer.InitializeNewComponent Method

Initializes a new component using a set of recommended values.

Syntax

public void InitializeNewComponent (IDictionary defaultValues)

Parameters

defaultValues
A dictionary of default property values, which are name/value pairs, with which to initialize the component's state.

Remarks

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.

Requirements

Namespace: System.ComponentModel.Design
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0