DataMemberConverter::GetStandardValuesExclusive Method (ITypeDescriptorContext^)
.NET Framework (current version)
Indicates whether this converter returns a list containing all possible values that can be assigned to the associated control property 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 GetStandardValuesExclusive( ITypeDescriptorContext^ context ) override
Parameters
- context
-
Type:
System.ComponentModel::ITypeDescriptorContext^
An ITypeDescriptorContext object that represents the data bound component or control the property belongs to.
The GetStandardValuesExclusive method is called by the designer host before calling GetStandardValues.
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. |
.NET Framework
Available since 1.1
Available since 1.1
Show:
