[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.Drawing.Internal.FontConverter.GetCreateInstanceSupported

GetCreateInstanceSupported Method

GetCreateInstanceSupported(ITypeDescriptorContext)

Determines if changing a value on this object should require a call to CreateInstance to create a new value.

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