[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.DdrDesigner.Tools.BaseExpandableConverter.GetCreateInstanceSupported

GetCreateInstanceSupported Method

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.

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 changing a property on this object requires a call to CreateInstance(IDictionary) to create a new value; otherwise, false.

Overrides