net90_PropertyGridHelpers.Converters_EnumTextConverter_GetStandardValues - dparvin/PropertyGridHelpers GitHub Wiki

EnumTextConverter.GetStandardValues method

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.

Return Value

A StandardValuesCollection containing the enum values, or the base implementation if no enum type is detected.

See Also

⚠️ **GitHub.com Fallback** ⚠️