[]
Returns whether changing a value on this object requires a call to CreateInstance(IDictionary) to create a new value, using the specified context.
public override bool GetCreateInstanceSupported(ITypeDescriptorContext context)
Type | Name | Description |
---|---|---|
ITypeDescriptorContext | context | An ITypeDescriptorContext that provides a format context. |
Type | Description |
---|---|
bool | true if changing a property on this object requires a call to CreateInstance(IDictionary) to create a new value; otherwise, false. |