RectangleConverter..::..GetCreateInstanceSupported Method

Returns whether changing a value on this object requires a call to CreateInstance(IDictionary) to create a new value, using the specified context.

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


public bool GetCreateInstanceSupported(
	ITypeDescriptorContext context
)
Public Function GetCreateInstanceSupported ( _
	context As ITypeDescriptorContext _
) As Boolean
public:
bool^ GetCreateInstanceSupported(
	ITypeDescriptorContext^ context
)

Parameters

context
Type: ITypeDescriptorContext
An ITypeDescriptorContext that provides a format context.

Return Value

true if changing a property on this object requires a call to CreateInstance(IDictionary) to create a new value; otherwise, false.