net90_PropertyGridHelpers.Converters_EnumTextConverter_GetStandardValues - dparvin/PropertyGridHelpers GitHub Wiki
Returns a collection of standard enum values for the associated type.
public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context)
parameter | description |
---|---|
context | A type descriptor context providing information about the component. |
A StandardValuesCollection containing the enum values, or the base implementation if no enum type is detected.
- class EnumTextConverter
- namespace PropertyGridHelpers.Converters
- assembly PropertyGridHelpers