net472_PropertyGridHelpers.Attributes_LocalizedTextAttribute_Get - dparvin/PropertyGridHelpers GitHub Wiki
Retrieves the LocalizedTextAttribute
from the given type descriptor context, if available.
public static LocalizedTextAttribute Get(ITypeDescriptorContext context)
parameter | description |
---|---|
context | The design-time or runtime type descriptor context. |
The LocalizedTextAttribute
if found, or null
if not present.
- class LocalizedTextAttribute
- namespace PropertyGridHelpers.Attributes
- assembly PropertyGridHelpers