EnumConverter::Values Property

 

Gets or sets a TypeConverter::StandardValuesCollection that specifies the possible values for the enumeration.

Namespace:   System.ComponentModel
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
Return to top
Show: