[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.Drawing.Internal.FontNameConverter.GetStandardValuesSupported

GetStandardValuesSupported Method

GetStandardValuesSupported(ITypeDescriptorContext)

Determines if this object supports a standard set of values that can be selected from a list.

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

The context.

Returns
Type Description
bool

Returns True if this object supports a standard set of values, otherwise False.

Overrides