Method GetCreateInstanceSupported
- Namespace
- Bonsai
- Assembly
- Bonsai.Core.dll
GetCreateInstanceSupported(ITypeDescriptorContext)
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)
Parameters
context
ITypeDescriptorContextAn ITypeDescriptorContext that provides a format context.
Returns
- bool
true if changing a property on this object requires a call to CreateInstance(IDictionary) to create a new value; otherwise, false.