[]
        
(Showing Draft Content)

C1.Framework.ThicknessConverter.GetCreateInstanceSupported

GetCreateInstanceSupported Method

GetCreateInstanceSupported(ITypeDescriptorContext)

Returns whether changing a value on this object requires a call to the CreateInstance(ITypeDescriptorContext, IDictionary) method to create a new value.

Declaration
public override bool GetCreateInstanceSupported(ITypeDescriptorContext context)
Parameters
Type Name Description
ITypeDescriptorContext context

An ITypeDescriptorContext that provides a format context.

Returns
Type Description
bool

True if the CreateInstance(ITypeDescriptorContext, IDictionary) method should be called when a change is made to one or more properties of this object.

Overrides