DataFieldConverter::GetStandardValuesSupported Method (ITypeDescriptorContext^)

 

Gets a value indicating whether this object returns a standard set of values that can be picked from a list. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.

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

public:
virtual bool GetStandardValuesSupported(
	ITypeDescriptorContext^ context
) override

Parameters

context
Type: System.ComponentModel::ITypeDescriptorContext^

An ITypeDescriptorContext object that represents the data-bound component or the control that the property belongs to.

Return Value

Type: System::Boolean

true if the context is not null and can be cast to an IComponent; otherwise false.

System_CAPS_noteNote

You typically do not access a type converter directly. This implementation of TypeConverter is intended for use by a data-bound control at design time, and is instantiated with a TypeConverterAttribute on a property.

.NET Framework
Available since 1.1
Return to top
Show: