Click or drag to resize
Sandcastle Help File BuilderLanguageResourceConverterGetStandardValues Method (ITypeDescriptorContext)
This is overridden to return the values for the type converter's dropdown list.

Namespace: SandcastleBuilder.Utils.Design
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public override TypeConverterStandardValuesCollection GetStandardValues(
	ITypeDescriptorContext context
)

Parameters

context
Type: System.ComponentModelITypeDescriptorContext
The format context object

Return Value

Type: TypeConverterStandardValuesCollection
Returns the standard values for the type
See Also