Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / DesignTimeCellTypeConverter Class / GetCreateInstanceSupported Method / GetCreateInstanceSupported(ITypeDescriptorContext) Method
Type descriptor context


In This Topic
GetCreateInstanceSupported(ITypeDescriptorContext) Method
In This Topic
Determines whether changing a value on this object should require a call to the CreateInstance method to create a new value.
Syntax
'Declaration
 
Public Overloads Overrides Function GetCreateInstanceSupported( _
   ByVal context As ITypeDescriptorContext _
) As Boolean
 
'Usage
 
Dim instance As DesignTimeCellTypeConverter
Dim context As ITypeDescriptorContext
Dim value As Boolean
 
value = instance.GetCreateInstanceSupported(context)

Parameters

context
Type descriptor context
See Also