DataSourceBooleanViewSchemaConverter::GetStandardValues Method (ITypeDescriptorContext^)
.NET Framework (current version)
Returns a list of available Boolean values that can be assigned to the associated field.
Assembly: System.Design (in System.Design.dll)
public: virtual TypeConverter::StandardValuesCollection^ GetStandardValues( ITypeDescriptorContext^ context ) override
Parameters
- context
-
Type:
System.ComponentModel::ITypeDescriptorContext^
A ITypeDescriptorContext that provides a format context.
Return Value
Type: System.ComponentModel::TypeConverter::StandardValuesCollection^A collection of Boolean values.
.NET Framework
Available since 2.0
Available since 2.0
Show: