Intersoft ClientUI Documentation
GetResourceStyle Method



Gets the style based on the resource name and key.
Syntax
Public Shared Function GetResourceStyle( _
   ByVal resource As String, _
   ByVal key As String _
) As Style
Dim resource As String
Dim key As String
Dim value As Style
 
value = Resources.GetResourceStyle(resource, key)
public static Style GetResourceStyle( 
   string resource,
   string key
)
public:
static Style^ GetResourceStyle( 
   String^ resource,
   String^ key
) 

Parameters

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

Resources Class
Resources Members

Send Feedback