net90_PropertyGridHelpers.Attributes_LocalizedTextAttribute - dparvin/PropertyGridHelpers GitHub Wiki
Base class for localized text attributes.
[AttributeUsage(AttributeTargets.All)]
public abstract class LocalizedTextAttribute : Attribute
parameter | description |
---|---|
resourceKey | The resource key. |
name | description |
---|---|
static Get(…) | Gets the LocalizedTextAttribute from the specified context. |
ResourceKey { get; } | Gets the resource key. |
GetLocalizedText(…) | Gets the localized text. |
- namespace PropertyGridHelpers.Attributes
- assembly PropertyGridHelpers
- LocalizedTextAttribute.cs