FontConverter::GetCreateInstanceSupported Method (ITypeDescriptorContext^)

 

Determines whether changing a value on this object should require a call to the CreateInstance method to create a new value.

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

public:
virtual bool GetCreateInstanceSupported(
	ITypeDescriptorContext^ context
) override

Parameters

context
Type: System.ComponentModel::ITypeDescriptorContext^

A type descriptor through which additional context can be provided.

Return Value

Type: System::Boolean

This method returns true if the CreateInstance object should be called when a change is made to one or more properties of this object; otherwise, false.

.NET Framework
Available since 1.1
Return to top
Show: