net90_PropertyGridHelpers.Attributes_LocalizedEnumTextAttribute_Get - dparvin/PropertyGridHelpers GitHub Wiki
Gets the LocalizedEnumTextAttribute
for the specified Enum value.
public static LocalizedEnumTextAttribute Get(Enum value)
parameter | description |
---|---|
value | The value. |
- class LocalizedEnumTextAttribute
- namespace PropertyGridHelpers.Attributes
- assembly PropertyGridHelpers
Gets the specified context.
public static LocalizedEnumTextAttribute Get(ITypeDescriptorContext context)
parameter | description |
---|---|
context | The context. |
- class LocalizedEnumTextAttribute
- namespace PropertyGridHelpers.Attributes
- assembly PropertyGridHelpers