IDynamicValues.GetStandardValues(ITypeDescriptorContext) Method

Definition

GetStandardValues should return a StandardValuesCollection which contains all the items to be displayed in the list of the property specifiec in context.

public System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues (System.ComponentModel.ITypeDescriptorContext context);
abstract member GetStandardValues : System.ComponentModel.ITypeDescriptorContext -> System.ComponentModel.TypeConverter.StandardValuesCollection
Public Function GetStandardValues (context As ITypeDescriptorContext) As TypeConverter.StandardValuesCollection

Parameters

Returns

Applies to