System.ComponentModel.ExpandableObjectConverter.GetPropertiesSupported Method

Gets a value indicating whether this object supports properties using the specified context.

Syntax

public override bool GetPropertiesSupported (ITypeDescriptorContext context)

Parameters

context
An System.ComponentModel.ITypeDescriptorContext that provides a format context.

Returns

true because TypeConverter.GetProperties(object) should be called to find the properties of this object. This method never returns false.

Remarks

The context parameter can be used to extract additional information about the environment this converter is being invoked from. This can be null, so always check. Also, properties on the context object can return null.

Requirements

Namespace: System.ComponentModel
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0