DataSourceIDConverter.GetStandardValuesSupported Method (ITypeDescriptorContext)
.NET Framework (current version)
Gets a value indicating whether this object returns a standard set of data source names 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 object implementing the ITypeDescriptorContext that provides information about a context to a type converter so that the type converter can perform a conversion.
The context parameter is not used by the GetStandardValuesSupported method.
.NET Framework
Available since 2.0
Available since 2.0
Show: