The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
BooleanConverter::GetStandardValues Method (ITypeDescriptorContext^)
.NET Framework (current version)
Gets a collection of standard values for the Boolean data type.
Assembly: System (in System.dll)
public: virtual TypeConverter::StandardValuesCollection^ GetStandardValues( ITypeDescriptorContext^ context ) override
Parameters
- context
-
Type:
System.ComponentModel::ITypeDescriptorContext^
An ITypeDescriptorContext that provides a format context.
Return Value
Type: System.ComponentModel::TypeConverter::StandardValuesCollection^A TypeConverter::StandardValuesCollection that holds a standard set of valid values.
The Boolean data type has two standard values, true and false.
.NET Framework
Available since 1.1
Available since 1.1
Show: