Click or drag to resize
PropertySpecificationValuesListTypeConverterGetStandardValuesSupported Method (ITypeDescriptorContext)
Returns whether this object supports a standard set of values that can be picked from a list, 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 GetStandardValuesSupported(
	ITypeDescriptorContext context
)

Parameters

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

Return Value

Type: Boolean
true if GetStandardValues should be called to find a common set of values the object supports; otherwise, false.
See Also