
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.
NullableBoolConverter.GetStandardValues Method (ITypeDescriptorContext)
.NET Framework (current version)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Returns a collection of standard values for the data type that this type converter is designed for.
Assembly: PresentationFramework (in PresentationFramework.dll)
Public Overrides Function GetStandardValues ( context As ITypeDescriptorContext ) As TypeConverter.StandardValuesCollection
Parameters
- context
-
Type:
System.ComponentModel.ITypeDescriptorContext
Provides contextual information about a component, such as its container and property descriptor.
Return Value
Type: System.ComponentModel.TypeConverter.StandardValuesCollectionA collection that holds a standard set of valid values. For this implementation, those values are true, false, and null.
The context is not used by this converter and can be null.
.NET Framework
Available since 3.0
Available since 3.0
Show: