Returns whether the System.ComponentModel.TypeConverter.StandardValuesCollection returned by the FontUnitConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext) method is an exclusive list of values, using the specified format context.
- context
- An System.ComponentModel.ITypeDescriptorContext that provides information about the context of a type converter.
false for all cases.
Use the FontUnitConverter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext) method to determine whether the System.ComponentModel.TypeConverter.StandardValuesCollection returned by the FontUnitConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext) method is an exclusive list of values. This method is overridden to always return false to indicate that the list of values is not an exclusive list.