net90_PropertyGridHelpers.Attributes_ResourcePathAttribute_ResourcePathAttribute - dparvin/PropertyGridHelpers GitHub Wiki
Specifies a resource path for use with the ImageTextUIEditor
class.
public ResourcePathAttribute(string resourcePath, string resourceAssembly = null)
parameter | description |
---|---|
resourcePath | The path to the resource. |
resourceAssembly | The resource assembly. |
This attribute is applied to properties or enum values to specify the resource path that the ImageTextUIEditor
should use when displaying images.
- class ResourcePathAttribute
- namespace PropertyGridHelpers.Attributes
- assembly PropertyGridHelpers