[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.Drawing.Internal.FontConverter.GetProperties

GetProperties Method

GetProperties(ITypeDescriptorContext, object, Attribute[])

Gets properties. By default, a type does not return any properties. An easy implementation of this method can just call TypeDescriptor.GetProperties for the correct data type.

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

The context.

object value

The value.

Attribute[] attributes

The attributes.

Returns
Type Description
PropertyDescriptorCollection

Returns property descriptors.

Overrides