EnumConverter::Values Property
.NET Framework (current version)
Gets or sets a TypeConverter::StandardValuesCollection that specifies the possible values for the enumeration.
Assembly: System (in System.dll)
protected: property TypeConverter::StandardValuesCollection^ Values { TypeConverter::StandardValuesCollection^ get(); void set(TypeConverter::StandardValuesCollection^ value); }
Property Value
Type: System.ComponentModel::TypeConverter::StandardValuesCollection^A TypeConverter::StandardValuesCollection that specifies the possible values for the enumeration.
.NET Framework
Available since 1.1
Available since 1.1
Show: