FontConverter.GetCreateInstanceSupported(ITypeDescriptorContext) Method

Definition

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

public:
 override bool GetCreateInstanceSupported(System::ComponentModel::ITypeDescriptorContext ^ context);
public override bool GetCreateInstanceSupported (System.ComponentModel.ITypeDescriptorContext context);
public override bool GetCreateInstanceSupported (System.ComponentModel.ITypeDescriptorContext? context);
override this.GetCreateInstanceSupported : System.ComponentModel.ITypeDescriptorContext -> bool
Public Overrides Function GetCreateInstanceSupported (context As ITypeDescriptorContext) As Boolean

Parameters

context
ITypeDescriptorContext

A type descriptor through which additional context can be provided.

Returns

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.

Applies to