DataSourceConverter::GetStandardValues Method (ITypeDescriptorContext^)
.NET Framework (current version)
Gets the standard data sources accessible to the control.
Assembly: System.Design (in System.Design.dll)
public: virtual TypeConverter::StandardValuesCollection^ GetStandardValues( ITypeDescriptorContext^ context ) override
Parameters
- context
-
Type:
System.ComponentModel::ITypeDescriptorContext^
An ITypeDescriptorContext indicating the component or control to get values for.
Return Value
Type: System.ComponentModel::TypeConverter::StandardValuesCollection^A TypeConverter::StandardValuesCollection listing the standard accessible data sources.
The data sources that are accessible to the component are determined by retrieving a list of components from the designer, testing each component with the IsValidDataSource method, and then returning the components that are valid data sources.
.NET Framework
Available since 1.1
Available since 1.1
Show: