[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.Drawing.Internal.FontNameConverter.GetStandardValuesExclusive

GetStandardValuesExclusive Method

GetStandardValuesExclusive(ITypeDescriptorContext)

Determines if the list of standard values returned from GetStandardValues is an exclusive list. If the list is exclusive, then no other values are valid, such as in an enum data type. If the list is not exclusive, then there are other valid values besides the list of standard values GetStandardValues provides.

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

The context.

Returns
Type Description
bool

Returns True if the list is exclusive, otherwise False.

Overrides