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.
NullableConverter::GetStandardValuesExclusive Method (ITypeDescriptorContext^)
.NET Framework (current version)
Returns whether the collection of standard values returned from GetStandardValues is an exclusive list of possible values, using the specified context.
Assembly: System (in System.dll)
public: virtual bool GetStandardValuesExclusive( ITypeDescriptorContext^ context ) override
Parameters
- context
-
Type:
System.ComponentModel::ITypeDescriptorContext^
An ITypeDescriptorContext that provides a format context.
Return Value
Type: System::Booleantrue if the TypeConverter::StandardValuesCollection returned from GetStandardValues is an exhaustive list of possible values; false if other values are possible.
.NET Framework
Available since 2.0
Available since 2.0
Show: