[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.DdrDesigner.Tools.BaseExpandableConverter.GetPropertiesSupported

GetPropertiesSupported Method

GetPropertiesSupported(ITypeDescriptorContext)

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

Declaration
public override bool GetPropertiesSupported(ITypeDescriptorContext context)
Parameters
Type Name Description
ITypeDescriptorContext context

An ITypeDescriptorContext that provides a format context.

Returns
Type Description
bool

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

Overrides