[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.DesignTimeCellTypeConverter.GetCreateInstanceSupported

GetCreateInstanceSupported Method

GetCreateInstanceSupported(ITypeDescriptorContext)

Determines whether changing a value on this object should require a call to the CreateInstance method to create a new value.

Declaration
public override bool GetCreateInstanceSupported(ITypeDescriptorContext context)
Public Overrides Function GetCreateInstanceSupported(context As ITypeDescriptorContext) As Boolean
Parameters
Type Name Description
ITypeDescriptorContext context

Type descriptor context

Returns
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.

Overrides