DataMemberConverter.GetStandardValuesSupported Method (ITypeDescriptorContext)
.NET Framework 3.0
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)
Assembly: System.Design (in system.design.dll)
public: virtual bool GetStandardValuesSupported ( ITypeDescriptorContext^ context ) override
public boolean GetStandardValuesSupported ( ITypeDescriptorContext context )
public override function GetStandardValuesSupported ( context : ITypeDescriptorContext ) : boolean
Not applicable.
Parameters
- context
An ITypeDescriptorContext object that can be used to gain additional context information.
Return Value
true if GetStandardValues should be called to find a common set of values the object supports; otherwise, false. This implementation always returns true.Community Additions
ADD
Show: