Intersoft ClientUI Documentation
FindResource Method



Framework Element.
Resource Key.
Find specific resource base on specified resource key.
Syntax
<ExtensionAttribute()>
Public Shared Function FindResource( _
   ByVal element As FrameworkElement, _
   ByVal resourceKey As Object _
) As Object
Dim element As FrameworkElement
Dim resourceKey As Object
Dim value As Object
 
value = FrameworkElementExtensions.FindResource(element, resourceKey)
[ExtensionAttribute()]
public static object FindResource( 
   FrameworkElement element,
   object resourceKey
)
[ExtensionAttribute()]
public:
static Object^ FindResource( 
   FrameworkElement^ element,
   Object^ resourceKey
) 

Parameters

element
Framework Element.
resourceKey
Resource Key.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FrameworkElementExtensions Class
FrameworkElementExtensions Members

Send Feedback