[]
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(ITypeDescriptorContext context)
Public Overrides Function GetCreateInstanceSupported(context As ITypeDescriptorContext) As Boolean
| Type | Name | Description |
|---|---|---|
| ITypeDescriptorContext | context | Type descriptor context |
| Type | Description |
|---|---|
| bool | true if changing a property on this object requires a call to System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary) to create a new value; otherwise, false. |