LocalizableEnumConverter.GetStandardValues(ITypeDescriptorContext) Method

Definition

Returns the list of values for the list box in the property grid. If the IDynamicVisible interface is defined then we call into that to get the manipulated values array. If not then we just return the list of values.

public override System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues (System.ComponentModel.ITypeDescriptorContext context);
override this.GetStandardValues : System.ComponentModel.ITypeDescriptorContext -> System.ComponentModel.TypeConverter.StandardValuesCollection
Public Overrides Function GetStandardValues (context As ITypeDescriptorContext) As TypeConverter.StandardValuesCollection

Parameters

Returns

Applies to