Associates a ResourceEntryDrawer with the entry type it renders.
Apply this attribute to a ResourceEntryDrawer subclass to register it for a concrete
IResourceEntry type. The Resource Tables window discovers the drawer through
TypeCache, so a custom entry kind renders its value cell with no manual registration. The
drawer for the nearest base type is used when no exact match exists.
Additional resources: ResourceEntryDrawer, IResourceEntry
| Property | Description |
|---|---|
| EntryType | The entry type this drawer renders. |
| Constructor | Description |
|---|---|
| ResourceEntryDrawerAttribute | Associates the drawer with an entry type. |