[]
Returns whether changing a value on this object requires a call to the CreateInstance(ITypeDescriptorContext, IDictionary) method to create a new value.
public override bool GetCreateInstanceSupported(ITypeDescriptorContext context)
Type | Name | Description |
---|---|---|
ITypeDescriptorContext | context | An ITypeDescriptorContext that provides a format context. |
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. |