TargetConverter.GetStandardValues Method (ITypeDescriptorContext)
.NET Framework 3.0
This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Returns a collection of standard values from the default context for the data type this type converter is designed for.
Namespace: System.Web.UI.WebControlsAssembly: System.Web (in system.web.dll)
public: virtual StandardValuesCollection^ GetStandardValues ( ITypeDescriptorContext^ context ) override
public StandardValuesCollection GetStandardValues ( ITypeDescriptorContext context )
public override function GetStandardValues ( context : ITypeDescriptorContext ) : StandardValuesCollection
Not applicable.
Parameters
- context
An ITypeDescriptorContext that provides a format context.
Return Value
A TypeConverter.StandardValuesCollection containing a standard set of valid values, or a null reference (Nothing in Visual Basic) if the data type does not support a standard set of values.Community Additions
ADD
Show: