ControlDesigner::InitializeExistingComponent Method (IDictionary^)

 

Re-initializes an existing component.

Namespace:   System.Windows.Forms.Design
Assembly:  System.Design (in System.Design.dll)

public:
virtual void InitializeExistingComponent(
	IDictionary^ defaultValues
) override

Parameters

defaultValues
Type: System.Collections::IDictionary^

A name/value dictionary of default values to apply to properties. May be null if no default values are specified.

The ControlDesigner class overrides this method to handle after-drop cases.

.NET Framework
Available since 2.0
Return to top
Show: