| IResourceLocatorFindResource Method |
Returns the resource for the specified resource key.
Namespace:
DataGridExtensions
Assembly:
DataGridExtensions (in DataGridExtensions.dll)
Syntax Object FindResource(
FrameworkElement target,
Object resourceKey
)
Function FindResource (
target As FrameworkElement,
resourceKey As Object
) As Object
Parameters
- target
- Type: System.WindowsFrameworkElement
The target object - resourceKey
- Type: SystemObject
The resource key.
Return Value
Type:
ObjectThe resource.
See Also