Click or drag to resize
MarginsConverterGetCreateInstanceSupported Method
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: Kettic.AspNet.Controls.ChartModel.Styles
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public override bool GetCreateInstanceSupported(
	ITypeDescriptorContext context
)

Parameters

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

Return Value

Type: Boolean
true
See Also