FontConverter::CreateInstance Method (ITypeDescriptorContext^, IDictionary^)

 

Creates an object of this type by using a specified set of property values for the object.

Namespace:   System.Drawing
Assembly:  System.Drawing (in System.Drawing.dll)

public:
virtual Object^ CreateInstance(
	ITypeDescriptorContext^ context,
	IDictionary^ propertyValues
) override

Parameters

context
Type: System.ComponentModel::ITypeDescriptorContext^

A type descriptor through which additional context can be provided.

propertyValues
Type: System.Collections::IDictionary^

A dictionary of new property values. The dictionary contains a series of name-value pairs, one for each property returned from the GetProperties method.

Return Value

Type: System::Object^

The newly created object, or null if the object could not be created. The default implementation returns null.

CreateInstance useful for creating non-changeable objects that have changeable properties.

.NET Framework
Available since 1.1
Return to top
Show: