[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PaddingEx.PaddingExConverter.GetCreateInstanceSupported

GetCreateInstanceSupported Method

GetCreateInstanceSupported(ITypeDescriptorContext)

Determines whether the creation of an instance

Declaration
public override bool GetCreateInstanceSupported(ITypeDescriptorContext context)
Parameters
Type Name Description
ITypeDescriptorContext context

The context.

Returns
Type Description
bool

Returns True if we can create an instance, otherwise False.

Overrides