Reporting

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

Namespace: Telerik.Reporting.Charting.Styles
Assembly: Telerik.Reporting (in Telerik.Reporting.dll)

Syntax

C#
public override bool GetCreateInstanceSupported(
	ITypeDescriptorContext context
)
Visual Basic
Public Overrides Function GetCreateInstanceSupported ( _
	context As ITypeDescriptorContext _
) As Boolean

Parameters

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

Return Value

true

Version Information

Supported in: 1.0.1

See Also