LocalizableTypeConverter.GetPropertiesSupported Method

Definition

Whether custom property descriptions supported

public override bool GetPropertiesSupported (System.ComponentModel.ITypeDescriptorContext context);
override this.GetPropertiesSupported : System.ComponentModel.ITypeDescriptorContext -> bool
Public Overrides Function GetPropertiesSupported (context As ITypeDescriptorContext) As Boolean

Parameters

context
ITypeDescriptorContext

Unused, the context for which descriptions are to be requested

Returns

Whether custom property descriptions supported

Applies to