DataFieldConverter::GetStandardValuesSupported Method (ITypeDescriptorContext^)

 

Gets a value indicating whether the converter supports a standard set of values that can be picked from a list.

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

public:
virtual bool GetStandardValuesSupported(
	ITypeDescriptorContext^ context
) override

Parameters

context
Type: System.ComponentModel::ITypeDescriptorContext^

An ITypeDescriptorContext that can be used to gain additional context information.

Return Value

Type: System::Boolean

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

.NET Framework
Available since 1.1
Return to top
Show: