DataMemberConverter::GetStandardValuesSupported Method (ITypeDescriptorContext^)
Gets a value indicating whether this object returns a standard set of values that can be picked from a list in the design host using the specified context. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.
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::Booleantrue if the context is not null and can be cast to an IComponent; otherwise false.
Note |
|---|
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. |
Available since 1.1
