BCGControlBar Library for .NET
ReadImageListEx Method




Syntax
'Declaration
 
Public Shared Function ReadImageListEx( _
   ByVal node As XmlNode, _
   ByVal valueName As String, _
   ByVal imageList As ImageListEx, _
   ByVal resAssembly As Assembly, _
   ByVal resName As String, _
   ByVal objName As String _
) As Boolean
'Usage
 
Dim node As XmlNode
Dim valueName As String
Dim imageList As ImageListEx
Dim resAssembly As Assembly
Dim resName As String
Dim objName As String
Dim value As Boolean
 
value = GlobalUtils.ReadImageListEx(node, valueName, imageList, resAssembly, resName, objName)
public static bool ReadImageListEx( 
   XmlNode node,
   string valueName,
   ImageListEx imageList,
   Assembly resAssembly,
   string resName,
   string objName
)
public: static bool ReadImageListEx( 
   XmlNode* node,
   string* valueName,
   ImageListEx* imageList,
   Assembly* resAssembly,
   string* resName,
   string* objName
) 
public:
static bool ReadImageListEx( 
   XmlNode^ node,
   String^ valueName,
   ImageListEx^ imageList,
   Assembly^ resAssembly,
   String^ resName,
   String^ objName
) 

Parameters

node
valueName
imageList
resAssembly
resName
objName
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

GlobalUtils Class
GlobalUtils Members

Send Feedback