[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.DesignTimeCellTypeConverter.CreateInstance

CreateInstance Method

CreateInstance(ITypeDescriptorContext, IDictionary)

Creates an object of this type by using a specified set of property values for the object.

Declaration
public override object CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues)
Public Overrides Function CreateInstance(context As ITypeDescriptorContext, propertyValues As IDictionary) As Object
Parameters
Type Name Description
ITypeDescriptorContext context

Type descriptor context

IDictionary propertyValues

Dictionary of property values

Returns
Type Description
object
Overrides