ImageConverter.GetPropertiesSupported(ITypeDescriptorContext) Method

Definition

Indicates whether this object supports properties. By default, this is false.

public:
 override bool GetPropertiesSupported(System::ComponentModel::ITypeDescriptorContext ^ context);
public override bool GetPropertiesSupported (System.ComponentModel.ITypeDescriptorContext context);
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

A type descriptor through which additional context can be provided.

Returns

This method returns true if the GetProperties method should be called to find the properties of this object.

Applies to