Method LoadImageListFromStrip
LoadImageListFromStrip(Type, string)
Creates an ImageList from specified resource.
public static ImageList LoadImageListFromStrip(Type resourceType, string resourceName)
Parameters
resourceType
TypeType contains specified resource.
resourceName
stringName of resource stores stripped image list.
Returns
- ImageList
System.Windows.Forms.ImageList contains images from resource.
LoadImageListFromStrip(Assembly, string)
Creates an ImageList from specified resource.
public static ImageList LoadImageListFromStrip(Assembly assembly, string resourceName)
Parameters
assembly
AssemblyAssembly contains specified resource.
resourceName
stringName of resource stores stripped image list.
Returns
- ImageList
System.Windows.Forms.ImageList contains images from resource.