You’re viewing documentation for an outdated product. The Graphics Mill Web Controls library has been removed from Graphics Mill and is now part of the Customers Canvas product line, where it is available as a set of APIs for Design Atoms and as Design Editor.

BaseControlConverter.GetStandardValues Method (ITypeDescriptorContext)

Returns a collection of standard values for the data type this type converter is designed for. This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace: Aurigma.GraphicsMill.AjaxControls
Assembly: Aurigma.GraphicsMill.AjaxControls (in Aurigma.GraphicsMill.AjaxControls.dll)

Syntax

C#
public override TypeConverter..StandardValuesCollection GetStandardValues(
	ITypeDescriptorContext context
)

Parameters

context

Type: System.ComponentModel..ITypeDescriptorContext

An ITypeDescriptorContext that provides a format context that can be used to extract additional information about the environment from which this converter is invoked. This parameter or properties of this parameter can be a null reference.

Return Value

A TypeConverter..StandardValuesCollection that holds a standard set of valid values, or a null reference if the data type does not support a standard set of values.

See Also

Reference