[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.SectionReportModel.ShapeConverter.GetProperties

GetProperties Method

GetProperties(ITypeDescriptorContext, object, Attribute[])

For internal use. Gets a collection of properties for the type of object specified by the value parameter.

Declaration
public override PropertyDescriptorCollection GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes)
Parameters
Type Name Description
ITypeDescriptorContext context

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

object value

An System.Object that specifies the type of object to get the properties for.

Attribute[] attributes

An array of type System.Attribute that will be used as a filter.

Returns
Type Description
PropertyDescriptorCollection

A System.ComponentModel.PropertyDescriptorCollection with the properties that are exposed for the component.

Overrides