GeneralTypeConverterGetPropertiesSupported Method (ITypeDescriptorContext) |
LightningChart .NET Help
Returns whether this object supports properties, using the specified context.
Namespace:
Arction.Wpf.ChartingMVVM.TypeConverters
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic override bool GetPropertiesSupported(
ITypeDescriptorContext context
)
Public Overrides Function GetPropertiesSupported (
context As ITypeDescriptorContext
) As Boolean
public:
virtual bool GetPropertiesSupported(
ITypeDescriptorContext^ context
) override
Parameters
- context
- Type: System.ComponentModelITypeDescriptorContext
Context.
Return Value
Type:
BooleanAre properties supported.
See Also