Dundas.SharePoint.Charting.WebParts Send comments on this topic.
BindListControlToEnumUsingLocalResources Method
See Also 
Dundas.SharePoint.Utilities Namespace > ResourceHelper Class : BindListControlToEnumUsingLocalResources Method


enumType
control
resourceKey

Syntax

Visual Basic (Declaration)  
Public Shared Sub BindListControlToEnumUsingLocalResources( _
   ByVal enumType As Type, _
   ByVal control As ListControl, _
   ByVal resourceKey As String _
) 
Visual Basic (Usage) Copy Code
Dim enumType As Type
Dim control As ListControl
Dim resourceKey As String
 
ResourceHelper.BindListControlToEnumUsingLocalResources(enumType, control, resourceKey)
C#  
public static void BindListControlToEnumUsingLocalResources( 
   Type enumType,
   ListControl control,
   string resourceKey
)

Parameters

enumType
control
resourceKey

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