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::GetStandardValuesSupported Method (ITypeDescriptorContext^)
.NET Framework (current version)
Returns whether this object supports a standard set of values that can be picked from a list.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: virtual bool GetStandardValuesSupported( ITypeDescriptorContext^ context ) override
Parameters
- context
-
Type:
System.ComponentModel::ITypeDescriptorContext^
Provides contextual information about a component, such as its container and property descriptor.
The context is not used by this converter and can be null.
.NET Framework
Available since 3.0
Available since 3.0
Show: