DataSourceConverter.GetStandardValuesSupported Method (ITypeDescriptorContext)
.NET Framework (current version)
Gets a value indicating whether the converter supports a standard set of values that can be picked from a list.
Assembly: System.Design (in System.Design.dll)
Public Overrides Function GetStandardValuesSupported ( context As ITypeDescriptorContext ) As Boolean
Parameters
- context
-
Type:
System.ComponentModel.ITypeDescriptorContext
An ITypeDescriptorContext that can be used to gain additional context information.
Return Value
Type: System.Booleantrue if GetStandardValues should be called to find a common set of values the object supports; otherwise, false. This implementation always returns true.
.NET Framework
Available since 1.1
Available since 1.1
Show: