| IResourceLocator Interface |
A resource locator to override the windows internal mechanism of resource loading, e.g. because dgx is used in a plugin and multiple assemblies with resources might exist.
Namespace:
DataGridExtensions
Assembly:
DataGridExtensions (in DataGridExtensions.dll)
Syntax public interface IResourceLocator
Public Interface IResourceLocator
The IResourceLocator type exposes the following members.
Methods
| Name | Description |
---|
| FindResource |
Returns the resource for the specified resource key.
|
TopSee Also