Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / DesignTimeCellTypeConverter Class / CreateInstance Method / CreateInstance(ITypeDescriptorContext,IDictionary) Method
Type descriptor context
Dictionary of property values


In This Topic
CreateInstance(ITypeDescriptorContext,IDictionary) Method
In This Topic
Creates an object of this type by using a specified set of property values for the object.
Syntax
'Declaration
 
Public Overloads Overrides Function CreateInstance( _
   ByVal context As ITypeDescriptorContext, _
   ByVal propertyValues As IDictionary _
) As Object
 
'Usage
 
Dim instance As DesignTimeCellTypeConverter
Dim context As ITypeDescriptorContext
Dim propertyValues As IDictionary
Dim value As Object
 
value = instance.CreateInstance(context, propertyValues)

Parameters

context
Type descriptor context
propertyValues
Dictionary of property values
See Also