BaseControlConverter.GetStandardValuesSupported Method (ITypeDescriptorContext)

Returns whether this object supports a standard set of values that can be picked from a list. 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 bool GetStandardValuesSupported(
	ITypeDescriptorContext context
)

Parameters

context

Type: System.ComponentModel..ITypeDescriptorContext

An ITypeDescriptorContext that provides a format context.

Return Value

true if GetStandardValues(ITypeDescriptorContext) should be called to find a common set of values the object supports; otherwise, false.

See Also

Reference