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


enumType
control
resourceKey

Syntax

Visual Basic (Declaration)  
Public Shared Sub BindImageListControlToEnumUsingLocalResources( _
   ByVal enumType As Type, _
   ByVal control As ImageListControl, _
   ByVal resourceKey As String _
) 
Visual Basic (Usage) Copy Code
Dim enumType As Type
Dim control As ImageListControl
Dim resourceKey As String
 
ResourceHelper.BindImageListControlToEnumUsingLocalResources(enumType, control, resourceKey)
C#  
public static void BindImageListControlToEnumUsingLocalResources( 
   Type enumType,
   ImageListControl 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