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.GetStandardValuesExclusive Method (ITypeDescriptorContext)

Returns whether the collection of standard values returned from GetStandardValues(ITypeDescriptorContext) is an exclusive 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 GetStandardValuesExclusive(
	ITypeDescriptorContext context
)

Parameters

context

Type: System.ComponentModel..ITypeDescriptorContext

An ITypeDescriptorContext that provides a format context.

Return Value

true if the TypeConverter..StandardValuesCollection returned from GetStandardValues is an exhaustive list of possible values; false if other values are possible.

See Also

Reference