Gets a value indicating whether the collection of standard values returned from System.ComponentModel.TypeConverter.GetStandardValues is a list of all possible values.
- context
- An System.ComponentModel.ITypeDescriptorContext object that provides a format context.
true if the System.ComponentModel.TypeConverter.StandardValuesCollection returned from System.ComponentModel.TypeConverter.GetStandardValues is an exclusive list of all possible values that are valid; false if other values are possible.
As implemented in this class, this method always returns false.
If the list is exclusive, such as in an enumeration data type, then no other values are valid. If the list is not exclusive, then there are other valid values besides the list of standard values that System.ComponentModel.TypeConverter.GetStandardValues provides.