Click or drag to resize

GeneralTypeConverterGetPropertiesSupported Method (ITypeDescriptorContext)

LightningChart .NET Help
Returns whether this object supports properties, using the specified context.

Namespace:  Arction.Wpf.Charting.TypeConverters
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public override bool GetPropertiesSupported(
	ITypeDescriptorContext context
)

Parameters

context
Type: System.ComponentModelITypeDescriptorContext
Context.

Return Value

Type: Boolean
Are properties supported.
See Also