Click or drag to resize
PropertySpecificationValuesListTypeConverterGetStandardValuesExclusive Method (ITypeDescriptorContext)
Returns whether the collection of standard values returned from GetStandardValues is an exclusive list of possible values, using the specified context.

Namespace:  SD.Tools.Algorithmia.GeneralDataStructures.PropertyEditing
Assembly:  SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.3.0.0 (1.3.17.0314)
Syntax
public override bool GetStandardValuesExclusive(
	ITypeDescriptorContext context
)

Parameters

context
Type: System.ComponentModelITypeDescriptorContext
An ITypeDescriptorContext that provides a format context.

Return Value

Type: Boolean
true if the TypeConverterStandardValuesCollection returned from GetStandardValues is an exhaustive list of possible values; false if other values are possible.
See Also