Dundas.SharePoint.Charting.WebParts Send comments on this topic.
GetLocalResource(Control,String,String) Method
See Also 
Dundas.SharePoint.Utilities Namespace > ResourceHelper Class > GetLocalResource Method : GetLocalResource(Control,String,String) Method


control
resourceKey
resourceName

Syntax

Visual Basic (Declaration)  
Public Overloads Shared Function GetLocalResource( _
   ByVal control As Control, _
   ByVal resourceKey As String, _
   ByVal resourceName As String _
) As String
Visual Basic (Usage) Copy Code
Dim control As Control
Dim resourceKey As String
Dim resourceName As String
Dim value As String
 
value = ResourceHelper.GetLocalResource(control, resourceKey, resourceName)
C#  
public static string GetLocalResource( 
   Control control,
   string resourceKey,
   string resourceName
)

Parameters

control
resourceKey
resourceName

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also